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