2 instantiations of TopLevelCodeBinder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Initializers.vb (1)
123
parentBinder = New
TopLevelCodeBinder
(scriptInitializerOpt, parentBinder)
Binding\BinderFactory.vb (1)
172
Return New
TopLevelCodeBinder
(containingBinder.ContainingType.InstanceConstructors.Single(), containingBinder)
1 reference to TopLevelCodeBinder
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\SyntaxTreeSemanticModel.vb (1)
158
If TypeOf binder Is
TopLevelCodeBinder
Then