5 references to Path
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\InlineCompletions\XmlSnippetParser.cs (5)
50logger.LogDebug($"Reading snippet for {matchingSnippetInfo.Title} with path {matchingSnippetInfo.Path}"); 55logger.LogError($"Got exception parsing xml snippet {matchingSnippetInfo.Title} from file {matchingSnippetInfo.Path}"); 86var path = snippetInfo.Path; 94throw new InvalidOperationException($"Snippet {snippetInfo.Title} has an invalid file path: {snippetInfo.Path}"); 99var snippet = CodeSnippet.ReadSnippetFromFile(snippetInfo.Path, snippetInfo.Title);