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