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