6 references to _seenRethrowInCatchClauses
Test.Utilities (6)
DoNotCatchGeneralUnlessRethrown.cs (6)
136
_seenRethrowInCatchClauses
.Push(false);
141
bool seenRethrow =
_seenRethrowInCatchClauses
.Pop();
151
if (
_seenRethrowInCatchClauses
.Count > 0 && !
_seenRethrowInCatchClauses
.Peek())
153
_seenRethrowInCatchClauses
.Pop();
154
_seenRethrowInCatchClauses
.Push(true);