4 references to ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2280
using (new
ChangeSuppression
(this, suppressChecking: true))
2288
using (new
ChangeSuppression
(this, suppressChecking: false))
2296
using (new
ChangeSuppression
(this, suppressChecking: true))
2304
using (new
ChangeSuppression
(this, suppressChecking: true))