4 references to ChangeSuppression
Microsoft.CodeAnalysis.CSharp (4)
Compiler\MethodCompiler.cs (4)
2376
using (new
ChangeSuppression
(this, suppressChecking: true))
2384
using (new
ChangeSuppression
(this, suppressChecking: false))
2392
using (new
ChangeSuppression
(this, suppressChecking: true))
2400
using (new
ChangeSuppression
(this, suppressChecking: true))