1 write to IgnoreDiagnostics
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1961public static DiagnosticBag Ignore() => new() { IgnoreDiagnostics = true, Builder = null };
2 references to IgnoreDiagnostics
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
1967Debug.Assert(!IgnoreDiagnostics); 1970else if (!IgnoreDiagnostics)