4 references to DiagnosticReportingOptions
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\DiagnosticReportingOptions.cs (2)
21
= new
DiagnosticReportingOptions
(DiagnosticReportingMode.Ignore, DiagnosticReportingMode.Ignore);
24
= new
DiagnosticReportingOptions
(DiagnosticReportingMode.Throw, DiagnosticReportingMode.Throw);
MSBuild\MSBuildProjectLoader.cs (2)
191
var reportingOptions = new
DiagnosticReportingOptions
(
273
var discoveredProjectOptions = new
DiagnosticReportingOptions
(