3 references to IsGenericTypeArgumentContext
Roslyn.Diagnostics.CSharp.Analyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
254
isGenericTypeArgumentContext: syntaxTree.
IsGenericTypeArgumentContext
(position, leftToken, cancellationToken),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (2)
743
syntaxTree.
IsGenericTypeArgumentContext
(position, tokenOnLeftOfPosition, cancellationToken, semanticModel) ||
2314
if (semanticModel != null && syntaxTree.
IsGenericTypeArgumentContext
(position, tokenOnLeftOfPosition, cancellationToken, semanticModel))