1 write to DefaultText
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\XmlSnippetParser.ParsedXmlSnippet.cs (1)
33
DefaultText
= defaultSnippetBuilder.ToString();
1 reference to DefaultText
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
254
originalSourceText.WithChanges(new TextChange(snippetSpan, parsedSnippet.
DefaultText
)));