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)
33
var result = base.
GetAttribute
(node, boundAttributeType, beforeAttributePartBound, afterAttributePartBound, dummyDiagnosticBag);
50
return base.
GetAttribute
(node, boundAttributeType, beforeAttributePartBound, afterAttributePartBound, diagnostics);