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