5 references to Ignore
Microsoft.CodeAnalysis.Workspaces.MSBuild (5)
MSBuild\DiagnosticReporter.cs (1)
39case DiagnosticReportingMode.Ignore:
MSBuild\DiagnosticReportingOptions.cs (2)
21= new DiagnosticReportingOptions(DiagnosticReportingMode.Ignore, DiagnosticReportingMode.Ignore);
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
329=> _projectFileLoaderRegistry.TryGetLoaderFromProjectPath(projectPath, DiagnosticReportingMode.Ignore, out _);
MSBuild\ProjectFile\ProjectFileLoaderRegistry.cs (1)
42return TryGetLoaderFromProjectPath(projectFilePath, DiagnosticReportingMode.Ignore, out loader);