2 references to GetInNamespaceBinder
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\ImportsTests.cs (2)
113
var binder = comp.GetBinderFactory(tree).
GetInNamespaceBinder
((CSharpSyntaxNode)tree.GetRoot());
150
var binders = factories.Select(factory => factory.
GetInNamespaceBinder
((CSharpSyntaxNode)factory.SyntaxTree.GetRoot()));