7 instantiations of CommandLineDiagnosticFormatter
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
31_diagnosticFormatter = new CommandLineDiagnosticFormatter(buildPaths.WorkingDirectory, Arguments.PrintFullPaths, Arguments.ShouldIncludeErrorEndLocation);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (6)
CommandLineDiagnosticFormatterTests.cs (6)
17var formatter = new CommandLineDiagnosticFormatter( 26formatter = new CommandLineDiagnosticFormatter( 40var formatter = new CommandLineDiagnosticFormatter( 52var formatter = new CommandLineDiagnosticFormatter( 64var formatter = new CommandLineDiagnosticFormatter( 76var formatter = new CommandLineDiagnosticFormatter(
6 references to CommandLineDiagnosticFormatter
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
25private readonly CommandLineDiagnosticFormatter _diagnosticFormatter;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (5)
CommandLineDiagnosticFormatterTests.cs (5)
17var formatter = new CommandLineDiagnosticFormatter( 40var formatter = new CommandLineDiagnosticFormatter( 52var formatter = new CommandLineDiagnosticFormatter( 64var formatter = new CommandLineDiagnosticFormatter( 76var formatter = new CommandLineDiagnosticFormatter(