2 instantiations of SourceFileBinder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BinderBuilder.vb (2)
48
Dim sourceFileBinder As Binder = New
SourceFileBinder
(sourceModuleBinder, moduleSymbol.TryGetSourceFile(tree), tree)
114
Dim sourceFileBinder As Binder = New
SourceFileBinder
(moduleBinder, sourceFile, tree)
4 references to SourceFileBinder
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder.vb (1)
183
Debug.Assert(TypeOf currentBinder.m_containingBinder Is
SourceFileBinder
OrElse
Binding\ImportAliasesBinder.vb (2)
37
Debug.Assert(TypeOf containingBinder Is
SourceFileBinder
OrElse TypeOf containingBinder Is SourceModuleBinder OrElse
40
(TypeOf containingBinder.ContainingBinder.ContainingBinder Is
SourceFileBinder
OrElse
Compilation\SemanticModel.vb (1)
3468
If TypeOf binder Is
SourceFileBinder
Then