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