8 instantiations of RuntimePseudoCustomAttributeData
System.Private.CoreLib (8)
System\Reflection\Runtime\FieldInfos\RuntimeFieldInfo.cs (2)
60
yield return new
RuntimePseudoCustomAttributeData
(typeof(FieldOffsetAttribute), new CustomAttributeTypedArgument[] { offsetArgument });
67
yield return new
RuntimePseudoCustomAttributeData
(typeof(NonSerializedAttribute), null);
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
85
yield return new
RuntimePseudoCustomAttributeData
(typeof(PreserveSigAttribute), null);
System\Reflection\Runtime\ParameterInfos\RuntimeFatMethodParameterInfo.cs (3)
32
yield return new
RuntimePseudoCustomAttributeData
(typeof(InAttribute), null);
34
yield return new
RuntimePseudoCustomAttributeData
(typeof(OutAttribute), null);
36
yield return new
RuntimePseudoCustomAttributeData
(typeof(OptionalAttribute), null);
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (2)
43
yield return new
RuntimePseudoCustomAttributeData
(typeof(ComImportAttribute), null);
47
yield return new
RuntimePseudoCustomAttributeData
(typeof(SerializableAttribute), null);