1 instantiation of SnippetShortcutPart
Microsoft.VisualStudio.LanguageServices.Razor (1)
Snippets\XmlSnippetParser.ParsedXmlSnippet.cs (1)
50
public static SnippetShortcutPart Instance =
new
();
3 references to SnippetShortcutPart
Microsoft.VisualStudio.LanguageServices.Razor (3)
Snippets\SnippetCache.cs (1)
59
var toAppend = part is
SnippetShortcutPart
Snippets\XmlSnippetParser.ExpansionTemplate.cs (1)
144
snippetParts.Add(
SnippetShortcutPart
.Instance);
Snippets\XmlSnippetParser.ParsedXmlSnippet.cs (1)
50
public static
SnippetShortcutPart
Instance = new();