4 instantiations of ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2387
using (new
ChangeSuppression
(this, suppressChecking: true))
2395
using (new
ChangeSuppression
(this, suppressChecking: false))
2403
using (new
ChangeSuppression
(this, suppressChecking: true))
2411
using (new
ChangeSuppression
(this, suppressChecking: true))