4 references to Ignore
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\DiagnosticReporter.cs (1)
39
case DiagnosticReportingMode.
Ignore
:
MSBuild\DiagnosticReportingOptions.cs (2)
21
= new DiagnosticReportingOptions(DiagnosticReportingMode.
Ignore
, DiagnosticReportingMode.
Ignore
);
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
338
=> _projectFileExtensionRegistry.TryGetLanguageNameFromProjectPath(projectPath, DiagnosticReportingMode.
Ignore
, out _);