8 references to NamedTypeBinder
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\BinderBuilder.vb (2)
233
Return New
NamedTypeBinder
(CreateBinderForNamespace(moduleSymbol, tree, DirectCast(containingSymbol, NamespaceSymbol)), typeSymbol)
253
binder = New
NamedTypeBinder
(binder, typeSymbol)
Binding\BinderFactory.vb (5)
161
Return New
NamedTypeBinder
(containingBinder, implicitType)
168
Return New
NamedTypeBinder
(rootNamespaceBinder, _sourceModule.ContainingSourceAssembly.DeclaringCompilation.SourceScriptClass)
205
Return If(symbol IsNot Nothing, New
NamedTypeBinder
(containingBinder, symbol), containingBinder)
215
Return If(symbol IsNot Nothing, New
NamedTypeBinder
(containingBinder, symbol), containingBinder)
225
Return If(symbol IsNot Nothing, New
NamedTypeBinder
(containingBinder, symbol), containingBinder)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Binders\EENamedTypeBinder.vb (1)
19
_sourceBinder = New
NamedTypeBinder
(CompilationContext.BackstopBinder, substitutedSourceType)