3 implementations of GetSnippetsIfAvailable
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Completion\CompletionProviders\SnippetCompletionProviderTests.cs (1)
148public IEnumerable<SnippetInfo> GetSnippetsIfAvailable()
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
InlineCompletions\TestSnippetInfoService.cs (1)
26public IEnumerable<SnippetInfo> GetSnippetsIfAvailable()
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetInfoService.cs (1)
87public IEnumerable<SnippetInfo> GetSnippetsIfAvailable()
2 references to GetSnippetsIfAvailable
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\SnippetCompletionProvider.cs (1)
174var snippets = service.GetSnippetsIfAvailable();
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
122var snippetInfo = snippetInfoService.GetSnippetsIfAvailable();