1 instantiation of DisallowGeneralCatchUnlessRethrowWalker
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
77
var walker = new
DisallowGeneralCatchUnlessRethrowWalker
(IsDisallowedCatchType, _shouldCheckLambdas);
1 reference to DisallowGeneralCatchUnlessRethrowWalker
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
77
var
walker = new DisallowGeneralCatchUnlessRethrowWalker(IsDisallowedCatchType, _shouldCheckLambdas);