2 references to SnippetPath
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Completion\CompletionProviders\SnippetCompletionProviderTests.cs (2)
135
internal const string SnippetPath = nameof(
SnippetPath
);
150
new SnippetInfo(SnippetShortcut, SnippetTitle, SnippetDescription,
SnippetPath
),