4 references to GetInNamespaceBinder
Microsoft.CodeAnalysis.CSharp (2)
Compilation\SyntaxTreeSemanticModel.cs (2)
1947
Binder binder = _binderFactory.
GetInNamespaceBinder
(declarationSyntax.Parent);
1980
var binder = _binderFactory.
GetInNamespaceBinder
(declarationSyntax.Parent);
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()));