2 references to DiagnosticInfo
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (1)
788var diag = new DiagnosticInfo(MessageProvider, errorCode);
Diagnostic\Diagnostic.cs (1)
282return Create(new DiagnosticInfo(messageProvider, errorCode));