7 references to GetBinder
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Statements.cs (1)
3778
outerBinder = binderFactory.
GetBinder
(containerNode, bodyToken.Position);
Binder\BinderFactory.BinderFactoryVisitor.cs (2)
851
outer = _factory.
GetBinder
(parent.Parent, position);
1364
return factory.
GetBinder
(baseTypeDeclaration, baseTypeDeclaration.OpenBraceToken.SpanStart);
Binder\BinderFactory.cs (1)
119
return
GetBinder
(node, position, memberDeclarationOpt, memberOpt);
Compilation\SyntaxTreeSemanticModel.cs (2)
153
return _binderFactory.
GetBinder
(this.Root, position).WithAdditionalFlags(GetSemanticModelBinderFlags());
162
return _binderFactory.
GetBinder
((CSharpSyntaxNode)token.Parent, position).WithAdditionalFlags(GetSemanticModelBinderFlags());
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
181
Binder binder = factory.
GetBinder
(nameAttr, nameAttr.Identifier.SpanStart);