4 references to ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2439
using (new
ChangeSuppression
(this, suppressChecking: true))
2447
using (new
ChangeSuppression
(this, suppressChecking: false))
2455
using (new
ChangeSuppression
(this, suppressChecking: true))
2463
using (new
ChangeSuppression
(this, suppressChecking: true))