3 references to GetAttribute
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Attributes.cs (1)
97(attributeDataArray[i], var boundAttribute) = binder.GetAttribute(attributeSyntax, boundAttributeType, beforeAttributePartBound, afterAttributePartBound, diagnostics);
Binder\EarlyWellKnownAttributeBinder.cs (2)
33var result = base.GetAttribute(node, boundAttributeType, beforeAttributePartBound, afterAttributePartBound, dummyDiagnosticBag); 50return base.GetAttribute(node, boundAttributeType, beforeAttributePartBound, afterAttributePartBound, diagnostics);