4 instantiations of ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2432
using (new
ChangeSuppression
(this, suppressChecking: true))
2440
using (new
ChangeSuppression
(this, suppressChecking: false))
2448
using (new
ChangeSuppression
(this, suppressChecking: true))
2456
using (new
ChangeSuppression
(this, suppressChecking: true))