3 references to IsGenericTypeArgumentContext
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpSyntaxContext.cs (1)
268
isGenericTypeArgumentContext: syntaxTree.
IsGenericTypeArgumentContext
(position, leftToken, cancellationToken),
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (2)
740
syntaxTree.
IsGenericTypeArgumentContext
(position, tokenOnLeftOfPosition, cancellationToken, semanticModel) ||
2303
if (semanticModel != null && syntaxTree.
IsGenericTypeArgumentContext
(position, tokenOnLeftOfPosition, cancellationToken, semanticModel))