1 write to SnippetCache
Microsoft.VisualStudio.LanguageServices.Razor (1)
Snippets\SnippetCompletionItemProvider.cs (1)
20
SnippetCache
= snippetCache;
3 references to SnippetCache
Microsoft.VisualStudio.LanguageServices.Razor (2)
Snippets\SnippetCompletionItemProvider.cs (2)
51
var snippets =
SnippetCache
.GetSnippets(ConvertLanguageKind(projectedKind));
73
SnippetCache
.TryResolveSnippetString(snippetCompletionData) is { } snippetInsertText)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostDocumentCompletionEndpointTest.cs (1)
1329
snippetCompletionItemProvider.
SnippetCache
.Update(SnippetLanguage.Html, snippetInfos);