2 types derived from ExecutableCodeBinder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\SpeculativeStatementBinder.vb (1)
22
Inherits
ExecutableCodeBinder
Binding\SubOrFunctionBodyBinder.vb (1)
16
Inherits
ExecutableCodeBinder
2 instantiations of ExecutableCodeBinder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\SpeculativeStatementBinder.vb (1)
28
MyBase.
New
(root, containingBinder)
Binding\SubOrFunctionBodyBinder.vb (1)
22
MyBase.
New
(root, containingBinder)
6 references to ExecutableCodeBinder
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder.vb (1)
47
''' <see cref="
ExecutableCodeBinder
"/>, <see cref="MethodBodySemanticModel.IncrementalBinder"/>
Binding\BinderFactory.vb (1)
15
''' tree, down to method level. Within a method, the <see cref="
ExecutableCodeBinder
"/> has a
Binding\DescendantBinderFactory.vb (3)
21
Private ReadOnly _rootBinder As
ExecutableCodeBinder
24
Public Sub New(binder As
ExecutableCodeBinder
, root As SyntaxNode)
35
Friend ReadOnly Property RootBinder As
ExecutableCodeBinder
Binding\ImplicitVariableBinder.vb (1)
42
''' <see cref="
ExecutableCodeBinder
.CheckSimpleNameBindingOrder"/>