Example #1
0
        public static void CustomAttributeData_NamedArguments(CustomAttributeData customAttributeData)
        {
            String attributeTypeName = customAttributeData.AttributeTypeNameString();

            if (attributeTypeName == null)
            {
                return;
            }
            ReflectionEventSource.Log.CustomAttributeData_NamedArguments(attributeTypeName);
        }
 public static void CustomAttributeData_NamedArguments(CustomAttributeData customAttributeData)
 {
     String attributeTypeName = customAttributeData.AttributeTypeNameString();
     if (attributeTypeName == null)
         return;
     ReflectionEventSource.Log.CustomAttributeData_NamedArguments(attributeTypeName);
 }