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