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