2 references to WorkspaceDiagnosticDescriptors
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\FileContentLoadAnalyzer.cs (1)
23
=> [
WorkspaceDiagnosticDescriptors
.ErrorReadingFileContent];
Workspace\Solution\TextLoader.cs (1)
179
Diagnostic.Create(
WorkspaceDiagnosticDescriptors
.ErrorReadingFileContent, location, new[] { display, message }));