6 references to BinderFactory
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\BinderFactory.BinderFactoryVisitor.vb (2)
14
Private _factory As
BinderFactory
16
Public Sub Initialize(factory As
BinderFactory
, position As Integer)
Binding\BinderFactory.vb (2)
14
''' The <see cref="
BinderFactory
"/> class finds the correct Binder to use for a node in a syntax
18
''' 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