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