2 writes to _suppressChecking
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (2)
2316
walker.
_suppressChecking
= suppressChecking;
2321
_walker.
_suppressChecking
= _previousValue;
2 references to _suppressChecking
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (2)
2266
if (!
_suppressChecking
&&
2315
_previousValue = walker.
_suppressChecking
;