4 instantiations of ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2377
using (new
ChangeSuppression
(this, suppressChecking: true))
2385
using (new
ChangeSuppression
(this, suppressChecking: false))
2393
using (new
ChangeSuppression
(this, suppressChecking: true))
2401
using (new
ChangeSuppression
(this, suppressChecking: true))