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