1 write to _shouldCheckLambdas
Test.Utilities (1)
DoNotCatchGeneralUnlessRethrown.cs (1)
28
_shouldCheckLambdas
= shouldCheckLambdas;
1 reference to _shouldCheckLambdas
Test.Utilities (1)
DoNotCatchGeneralUnlessRethrown.cs (1)
76
var walker = new DisallowGeneralCatchUnlessRethrowWalker(IsDisallowedCatchType,
_shouldCheckLambdas
);