1 write to IgnoreDiagnostics
Microsoft.CodeAnalysis.CSharp.Features (1)
FileLevelDirectiveHelpers.cs (1)
605public static DiagnosticBag Ignore() => new() { IgnoreDiagnostics = true, Builder = null };
3 references to IgnoreDiagnostics
Microsoft.CodeAnalysis.CSharp.Features (3)
FileLevelDirectiveHelpers.cs (3)
599/// If <see langword="null"/> and <see cref="IgnoreDiagnostics"/> is <see langword="false"/>, the first diagnostic is thrown as <see cref="GracefulException"/>. 611Debug.Assert(!IgnoreDiagnostics); 614else if (!IgnoreDiagnostics)