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