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