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)
86
if (
_finallyBlockNestingDepth
> 0)