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