2 references to CatchClausesForDisallowedTypesWithoutRethrow
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (2)
80
foreach (var catchClause in walker.
CatchClausesForDisallowedTypesWithoutRethrow
)
146
CatchClausesForDisallowedTypesWithoutRethrow
.Add(operation);