protected override void CallTargetMethod(ref SampleDisposable[] target) { // argument checks // target can be null // call the test target DisposableUtil.ClearDisposableObjectsParallelly(ref target); }