1 reference to IsDisallowedCatchType
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
78
var walker = new DisallowGeneralCatchUnlessRethrowWalker(
IsDisallowedCatchType
, _shouldCheckLambdas);