6 references to RoPseudoCustomAttributeData
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\Fields\RoField.cs (1)
63yield return new RoPseudoCustomAttributeData(ci, cats);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
61yield return new RoPseudoCustomAttributeData(ci);
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (3)
43yield return new RoPseudoCustomAttributeData(ci); 50yield return new RoPseudoCustomAttributeData(ci); 57yield return new RoPseudoCustomAttributeData(ci);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
74yield return new RoPseudoCustomAttributeData(ci);