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