2 references to GetSyntaxNodeForBinding
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\LookupTests.cs (1)
681
var baseExprNode =
GetSyntaxNodeForBinding
(GetSyntaxNodeList(tree));
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
SemanticModelTestBase.cs (1)
23
return
GetSyntaxNodeForBinding
(GetSyntaxNodeList(tree)).SpanStart;