2 references to SnippetInfo
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostDocumentCompletionEndpointTest.cs (1)
1328
var snippetInfos = snippetLabels.Select(label => new
SnippetInfo
(label, label, label, string.Empty, SnippetLanguage.Html)).ToImmutableArray();
Microsoft.VisualStudio.RazorExtension (1)
Snippets\SnippetService.cs (1)
198
snippetListBuilder.Add(new
SnippetInfo
(snippetInfo.shortcut, snippetInfo.title, snippetInfo.description, snippetInfo.path, language));