4 references to ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2281
using (new
ChangeSuppression
(this, suppressChecking: true))
2289
using (new
ChangeSuppression
(this, suppressChecking: false))
2297
using (new
ChangeSuppression
(this, suppressChecking: true))
2305
using (new
ChangeSuppression
(this, suppressChecking: true))