6 references to RoPseudoCustomAttributeData
System.Reflection.MetadataLoadContext (6)
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\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);