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