1 write to Path
Microsoft.VisualStudio.LanguageServices.Razor (1)
Snippets\SnippetInfo.cs (1)
25
Path
= path;
7 references to Path
Microsoft.VisualStudio.LanguageServices.Razor (7)
Snippets\SnippetInfo.cs (2)
29
CompletionData = new(
Path
);
66
return s.
Path
== Path;
Snippets\XmlSnippetParser.cs (5)
17
logger?.LogInformation($"Reading snippet for {matchingSnippetInfo.Title} with path {matchingSnippetInfo.
Path
}");
22
logger?.LogCritical(ex, $"Got exception parsing xml snippet {matchingSnippetInfo.Title} from file {matchingSnippetInfo.
Path
}");
46
var path = snippetInfo.
Path
;
54
throw new InvalidOperationException($"Snippet {snippetInfo.Title} has an invalid file path: {snippetInfo.
Path
}");
59
var snippet = CodeSnippet.ReadSnippetFromFile(snippetInfo.
Path
, snippetInfo.Title);