4 references to ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2277
using (new
ChangeSuppression
(this, suppressChecking: true))
2285
using (new
ChangeSuppression
(this, suppressChecking: false))
2293
using (new
ChangeSuppression
(this, suppressChecking: true))
2301
using (new
ChangeSuppression
(this, suppressChecking: true))