3 writes to snippets
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetInfoService.cs (1)
172
snippets
= updatedSnippets;
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Completion\TestCSharpSnippetInfoService.vb (1)
27
snippets
= newSnippetShortcuts.Select(Function(shortcut) New SnippetInfo(shortcut, "title", "description", "path")).ToImmutableArray()
Completion\TestVisualBasicSnippetInfoService.vb (1)
27
snippets
= newSnippetShortcuts.Select(Function(shortcut) New SnippetInfo(shortcut, "title", "description", "path")).ToImmutableArray()
3 references to snippets
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetInfoService.cs (1)
94
return
snippets
;
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Completion\TestCSharpSnippetInfoService.vb (1)
28
snippetShortcuts = GetShortcutsHashFromSnippets(
snippets
)
Completion\TestVisualBasicSnippetInfoService.vb (1)
28
snippetShortcuts = GetShortcutsHashFromSnippets(
snippets
)