2 writes to _finallyBlockNestingDepth
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\DoNotRaiseExceptionsInExceptionClauses.cs (2)
79_finallyBlockNestingDepth++; 81_finallyBlockNestingDepth--;
1 reference to _finallyBlockNestingDepth
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\DoNotRaiseExceptionsInExceptionClauses.cs (1)
86if (_finallyBlockNestingDepth > 0)