2 instantiations of AttributeBinder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BinderBuilder.vb (2)
298
Return New
AttributeBinder
(containingBinder, tree)
305
Return New
AttributeBinder
(containingBinder, tree, node)
7 references to AttributeBinder
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\AttributeSemanticModel.vb (2)
25
Friend Shared Function Create(containingSemanticModel As SyntaxTreeSemanticModel, binder As
AttributeBinder
) As AttributeSemanticModel
36
Private Shared Function GetAttributeTarget(model As SyntaxTreeSemanticModel, binder As
AttributeBinder
) As Symbol
Binding\BinderBuilder.vb (2)
271
target As Symbol) As
AttributeBinder
304
Public Shared Function CreateBinderForAttribute(tree As SyntaxTree, containingBinder As Binder, node As VisualBasicSyntaxNode) As
AttributeBinder
Compilation\SemanticModel.vb (1)
814
Private Function GetSpeculativeAttributeBinder(position As Integer, attribute As AttributeSyntax) As
AttributeBinder
Compilation\SyntaxTreeSemanticModel.vb (2)
142
Private ReadOnly _attributeSemanticModelCreator As Func(Of Binder, MemberSemanticModel) = Function(key As Binder) AttributeSemanticModel.Create(Me, DirectCast(key,
AttributeBinder
))
154
If TypeOf binder Is
AttributeBinder
Then