1 implementation of IsErrorSuppressed
Microsoft.DotNet.ApiCompatibility (1)
Logging\SuppressionEngine.cs (1)
54public bool IsErrorSuppressed(Suppression error)
4 references to IsErrorSuppressed
Microsoft.DotNet.ApiCompat.Task (2)
SuppressibleMSBuildLog.cs (2)
22if (suppressionEngine.IsErrorSuppressed(suppression)) 34if (suppressionEngine.IsErrorSuppressed(suppression))
Microsoft.DotNet.ApiCompatibility (2)
Logging\ISuppressionEngine.cs (1)
13/// If true, adds the suppression to the collection when passed into <see cref="IsErrorSuppressed(Suppression)"/>.
Runner\ApiCompatRunner.cs (1)
77if (suppressionEngine.IsErrorSuppressed(suppression))