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