1 instantiation of BinderFactory
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SyntaxTreeSemanticModel.vb (1)
41
_binderFactory = New
BinderFactory
(sourceModule, syntaxTree)
6 references to BinderFactory
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\BinderFactory.BinderFactoryVisitor.vb (2)
15
Private ReadOnly _factory As
BinderFactory
17
Public Sub New(factory As
BinderFactory
)
Binding\BinderFactory.vb (2)
17
''' The <see cref="
BinderFactory
"/> class finds the correct Binder to use for a node in a syntax
21
''' The <see cref="
BinderFactory
"/> caches results so that binders are efficiently reused between queries.
Binding\LocalBinderBuilder.vb (1)
21
''' cref="
BinderFactory
"/>
Compilation\SyntaxTreeSemanticModel.vb (1)
30
Private ReadOnly _binderFactory As
BinderFactory