1 instantiation of SnippetCursorPart
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\XmlSnippetParser.CodeSnippet.cs (1)
236
snippetParts.Add(new
SnippetCursorPart
());
1 reference to SnippetCursorPart
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
288
else if (part is
SnippetCursorPart
cursorPart)