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