17 instantiations of ResultType
Microsoft.CodeAnalysis.Workspaces.UnitTests (17)
UtilityTest\SpecializedTasksTests.cs (17)
77Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 91Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 113return new ResultType(); 134Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 164return new ResultType(); 190return new ResultType(); 221return new ResultType(); 247return new ResultType(); 281return new ResultType(); 314return new ResultType(); 348return new ResultType(); 373return new ResultType(); 395return new ResultType(); 423return new ResultType(); 450return new ResultType(); 475return new ResultType(); 506return new ResultType();
20 references to ResultType
Microsoft.CodeAnalysis.Workspaces.UnitTests (20)
UtilityTest\SpecializedTasksTests.cs (20)
77Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 83Assert.Throws<ArgumentNullException>("transform", () => SpecializedTasks.TransformWithoutIntermediateCancellationExceptionAsync<StateType, IntermediateType, ResultType>(func, null!, arg, cancellationToken)); 91Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 110Func<IntermediateType, StateType, ResultType> transform = (_, _) => 134Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 161Func<IntermediateType, StateType, ResultType> transform = (_, _) => 187Func<IntermediateType, StateType, ResultType> transform = (_, _) => 218Func<IntermediateType, StateType, ResultType> transform = (_, _) => 244Func<IntermediateType, StateType, ResultType> transform = (_, _) => 278Func<IntermediateType, StateType, ResultType> transform = (_, _) => 311Func<IntermediateType, StateType, ResultType> transform = (_, _) => 345Func<IntermediateType, StateType, ResultType> transform = (_, _) => 370Func<IntermediateType, StateType, ResultType> transform = (_, _) => 392Func<IntermediateType, StateType, ResultType> transform = (_, _) => 420Func<IntermediateType, StateType, ResultType> transform = (_, _) => 447Func<IntermediateType, StateType, ResultType> transform = (_, _) => 472Func<IntermediateType, StateType, ResultType> transform = (_, _) => 503Func<IntermediateType, StateType, ResultType> transform = (_, _) => 525Func<IntermediateType, StateType, ResultType> transform = (_, _) => throw fault; 546Func<IntermediateType, StateType, ResultType> transform = (_, _) => throw fault;