4 references to GetInNamespaceBinder
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxTreeSemanticModel.cs (2)
1947Binder binder = _binderFactory.GetInNamespaceBinder(declarationSyntax.Parent); 1980var binder = _binderFactory.GetInNamespaceBinder(declarationSyntax.Parent);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\ImportsTests.cs (2)
113var binder = comp.GetBinderFactory(tree).GetInNamespaceBinder((CSharpSyntaxNode)tree.GetRoot()); 150var binders = factories.Select(factory => factory.GetInNamespaceBinder((CSharpSyntaxNode)factory.SyntaxTree.GetRoot()));