4 references to GetCustomAttributes
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Attributes\AttributeTests_Nullable.cs (3)
4753var customAttributes = field.GetCustomAttributes(); 4762customAttributes = field.GetCustomAttributes(); 4869checkAttributes(field.GetCustomAttributes());
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
35protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => FieldDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module);