12 references to PseudoCustomAttribute
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (12)
43PseudoCustomAttribute.GetCustomAttributes(target, (RuntimeType)typeof(object), ref pcas); 57PseudoCustomAttribute.GetCustomAttributes(target, (RuntimeType)typeof(object), ref pcas); 71PseudoCustomAttribute.GetCustomAttributes(target, (RuntimeType)typeof(object), ref pcas); 145PseudoCustomAttribute.GetCustomAttributes(target, (RuntimeType)typeof(object), ref pcas); 925if (PseudoCustomAttribute.IsDefined(type, caType)) 960if (PseudoCustomAttribute.IsDefined(method, caType)) 1037if (PseudoCustomAttribute.IsDefined(field, caType)) 1052if (PseudoCustomAttribute.IsDefined(parameter, caType)) 1101PseudoCustomAttribute.GetCustomAttributes(type, caType, ref pcas); 1151PseudoCustomAttribute.GetCustomAttributes(method, caType, ref pcas); 1240PseudoCustomAttribute.GetCustomAttributes(field, caType, ref pcas); 1256PseudoCustomAttribute.GetCustomAttributes(parameter, caType, ref pcas);