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