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