6 references to GetBinder
Microsoft.CodeAnalysis.CSharp (6)
Binder\BinderFactory.BinderFactoryVisitor.cs (2)
874
outer = _factory.
GetBinder
(parent.Parent, position);
1407
return factory.
GetBinder
(baseTypeDeclaration, baseTypeDeclaration.OpenBraceToken.SpanStart);
Binder\BinderFactory.cs (1)
121
return
GetBinder
(node, position, memberDeclarationOpt, memberOpt);
Compilation\SyntaxTreeSemanticModel.cs (2)
157
return _binderFactory.
GetBinder
(this.Root, position).WithAdditionalFlags(GetSemanticModelBinderFlags());
166
return _binderFactory.
GetBinder
((CSharpSyntaxNode)token.Parent, position).WithAdditionalFlags(GetSemanticModelBinderFlags());
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
187
Binder binder = factory.
GetBinder
(nameAttr, nameAttr.Identifier.SpanStart);