4 references to DiagnosticInfo
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (1)
778var 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.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
116diagnosticsInfos.Add(new DiagnosticInfo(Compiler.MessageProvider, Compiler.MessageProvider.ERR_ExpectedSingleScript));