Base:
property
DiagnosticFormatter
Microsoft.CodeAnalysis.CommonCompiler.DiagnosticFormatter
4 references to DiagnosticFormatter
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
9406
var text = comp.
DiagnosticFormatter
.Format(diag);
9651
var text = comp.
DiagnosticFormatter
.Format(syntaxTree.GetDiagnostics().First());
9662
text = comp.
DiagnosticFormatter
.Format(syntaxTree.GetDiagnostics().First());
9670
text = comp.
DiagnosticFormatter
.Format(syntaxTree.GetDiagnostics().First());