4 references to ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2420
using (new
ChangeSuppression
(this, suppressChecking: true))
2428
using (new
ChangeSuppression
(this, suppressChecking: false))
2436
using (new
ChangeSuppression
(this, suppressChecking: true))
2444
using (new
ChangeSuppression
(this, suppressChecking: true))