6 references to _seenRethrowInCatchClauses
GenerateDocumentationAndConfigFiles (6)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (6)
137
_seenRethrowInCatchClauses
.Push(false);
142
bool seenRethrow =
_seenRethrowInCatchClauses
.Pop();
152
if (
_seenRethrowInCatchClauses
.Count > 0 && !
_seenRethrowInCatchClauses
.Peek())
154
_seenRethrowInCatchClauses
.Pop();
155
_seenRethrowInCatchClauses
.Push(true);