6 references to DiagnosticInfo
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (1)
789
var diag = new
DiagnosticInfo
(MessageProvider, errorCode);
Diagnostic\Diagnostic.cs (1)
283
return Create(new
DiagnosticInfo
(messageProvider, errorCode));
Microsoft.CodeAnalysis.CSharp (1)
Errors\LazyDiagnosticInfo.cs (1)
14
:
base
(CSharp.MessageProvider.Instance, (int)ErrorCode.Unknown)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
71
DiagnosticInfo di1 = new
DiagnosticInfo
(provider, 1);
2776
:
base
(provider, 2)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
116
diagnosticsInfos.Add(new
DiagnosticInfo
(Compiler.MessageProvider, Compiler.MessageProvider.ERR_ExpectedSingleScript));