1 write to Path
Microsoft.CodeAnalysis.Features (1)
Snippets\SnippetInfo.cs (1)
21
Path
= path;
5 references to Path
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\InlineCompletions\XmlSnippetParser.cs (5)
50
context.TraceInformation($"Reading snippet for {matchingSnippetInfo.Title} with path {matchingSnippetInfo.
Path
}");
55
context.TraceError($"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);