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)
3472
If TypeOf binder Is
SourceFileBinder
Then