6 references to DiagnosticInfo
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (1)
789var diag = new DiagnosticInfo(MessageProvider, errorCode);
Diagnostic\Diagnostic.cs (1)
283return 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)
71DiagnosticInfo di1 = new DiagnosticInfo(provider, 1); 2776: base(provider, 2)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
116diagnosticsInfos.Add(new DiagnosticInfo(Compiler.MessageProvider, Compiler.MessageProvider.ERR_ExpectedSingleScript));