2 writes to Binder
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
772
arguments.
Binder
= earlyBinder;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol_Attributes.vb (1)
424
arguments.
Binder
= New EarlyWellKnownAttributeBinder(Me, binders(i))
25 references to Binder
Microsoft.CodeAnalysis.CSharp (11)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
671
var (attributeData, _) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out _);
704
var (attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
Symbols\Source\SourceConstructorSymbolBase.cs (1)
270
var (attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out bool hasAnyDiagnostics);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
333
var (attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
Symbols\Source\SourceNamedTypeSymbol.cs (5)
908
(attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
923
(attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
938
(attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
965
(attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
997
(attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1191
(attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
Symbols\Symbol_Attributes.cs (1)
178
(attributeData, boundAttribute) = arguments.
Binder
.GetAttribute(syntax, type, beforeAttributePartBound: null, afterAttributePartBound: null, out hasAnyDiagnostics);
Microsoft.CodeAnalysis.VisualBasic (14)
Symbols\Source\SourceMethodSymbol.vb (2)
1515
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
1524
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
Symbols\Source\SourceNamedTypeSymbol.vb (7)
2006
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
2015
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
2024
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
2033
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
2058
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
2071
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
2086
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
Symbols\Source\SourceParameterSymbol.vb (4)
190
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
224
Dim attrdata = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
247
Dim attribute = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, False)
301
Dim attribute = arguments.
Binder
.GetAttribute(arguments.AttributeSyntax, arguments.AttributeType, hasAnyDiagnostics)
Symbols\Symbol_Attributes.vb (1)
168
boundAttribute = arguments.
Binder
.GetAttribute(syntax, type, hasAnyDiagnostics)