8 instantiations of RoPseudoCustomAttributeData
System.Reflection.MetadataLoadContext (8)
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (1)
146return new RoPseudoCustomAttributeData(ci, argumentsPromise);
System\Reflection\TypeLoading\Fields\RoField.cs (1)
62yield return new RoPseudoCustomAttributeData(ci, cats);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
61yield return new RoPseudoCustomAttributeData(ci);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs (1)
55return new RoPseudoCustomAttributeData(ctor, argumentsPromise);
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (3)
42yield return new RoPseudoCustomAttributeData(ci); 49yield return new RoPseudoCustomAttributeData(ci); 56yield return new RoPseudoCustomAttributeData(ci);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
74yield return new RoPseudoCustomAttributeData(ci);
1 reference to RoPseudoCustomAttributeData
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.DllImport.cs (1)
14private RoPseudoCustomAttributeData? ComputeDllImportCustomAttributeDataIfAny()