3 references to GetOpenToken
Microsoft.CodeAnalysis.CSharp.Features (2)
SignatureHelp\SignatureHelpUtilities.cs (1)
18
private static readonly Func<BaseArgumentListSyntax, SyntaxToken> s_getBaseArgumentListOpenToken = list => list.
GetOpenToken
();
Wrapping\SeparatedSyntaxList\CSharpArgumentWrapper.cs (1)
40
=> listSyntax.
GetOpenToken
();
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpTypeInferenceService.TypeInferrer.cs (1)
912
if (previousToken == argumentList.
GetOpenToken
())