4 references to GetAttribute
Microsoft.CodeAnalysis.CSharp.Test.Utilities (4)
NativeIntegerAttributesVisitor.cs (1)
40GetAttribute(attributes, "System.Runtime.CompilerServices", "NativeIntegerAttribute");
NullableAttributesVisitor.cs (2)
114GetAttribute(attributes, "System.Runtime.CompilerServices", "NullableContextAttribute"); 117GetAttribute(attributes, "System.Runtime.CompilerServices", "NullableAttribute");
RequiredMemberAttributesVisitor.cs (1)
74=> GetAttribute(attributes, "System.Runtime.CompilerServices", "RequiredMemberAttribute");