8 references to NamedTypeBinder
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\BinderBuilder.vb (2)
233Return New NamedTypeBinder(CreateBinderForNamespace(moduleSymbol, tree, DirectCast(containingSymbol, NamespaceSymbol)), typeSymbol) 253binder = New NamedTypeBinder(binder, typeSymbol)
Binding\BinderFactory.vb (5)
161Return New NamedTypeBinder(containingBinder, implicitType) 168Return New NamedTypeBinder(rootNamespaceBinder, _sourceModule.ContainingSourceAssembly.DeclaringCompilation.SourceScriptClass) 205Return If(symbol IsNot Nothing, New NamedTypeBinder(containingBinder, symbol), containingBinder) 215Return If(symbol IsNot Nothing, New NamedTypeBinder(containingBinder, symbol), containingBinder) 225Return 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)