4 references to ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2418
using (new
ChangeSuppression
(this, suppressChecking: true))
2426
using (new
ChangeSuppression
(this, suppressChecking: false))
2434
using (new
ChangeSuppression
(this, suppressChecking: true))
2442
using (new
ChangeSuppression
(this, suppressChecking: true))