2 references to IsValidContextForJoinClause
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\JoinKeywordRecommender.cs (1)
13
=> context.SyntaxTree.
IsValidContextForJoinClause
(position, context.LeftToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
1862
syntaxTree.
IsValidContextForJoinClause
(token.SpanStart, tokenOnLeftOfStart))