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