13 references to PseudoCustomAttribute
System.Private.CoreLib (13)
src\System\Reflection\RuntimeCustomAttributeData.cs (12)
24PseudoCustomAttribute.GetCustomAttributes(target, (RuntimeType)typeof(object), ref pcas); 34PseudoCustomAttribute.GetCustomAttributes(target, (RuntimeType)typeof(object), ref pcas); 44PseudoCustomAttribute.GetCustomAttributes(target, (RuntimeType)typeof(object), ref pcas); 94PseudoCustomAttribute.GetCustomAttributes(target, (RuntimeType)typeof(object), ref pcas); 1123if (PseudoCustomAttribute.IsDefined(type, caType)) 1150if (PseudoCustomAttribute.IsDefined(method, caType)) 1207if (PseudoCustomAttribute.IsDefined(field, caType)) 1218if (PseudoCustomAttribute.IsDefined(parameter, caType)) 1255PseudoCustomAttribute.GetCustomAttributes(type, caType, ref pcas); 1297PseudoCustomAttribute.GetCustomAttributes(method, caType, ref pcas); 1366PseudoCustomAttribute.GetCustomAttributes(field, caType, ref pcas); 1378PseudoCustomAttribute.GetCustomAttributes(parameter, caType, ref pcas);
src\System\RuntimeType.CoreCLR.cs (1)
3717public override StructLayoutAttribute? StructLayoutAttribute => PseudoCustomAttribute.GetStructLayoutCustomAttribute(this);