17 instantiations of ResultType
Microsoft.CodeAnalysis.Workspaces.UnitTests (17)
UtilityTest\SpecializedTasksTests.cs (17)
76Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 90Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 112return new ResultType(); 133Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 163return new ResultType(); 189return new ResultType(); 220return new ResultType(); 246return new ResultType(); 280return new ResultType(); 313return new ResultType(); 347return new ResultType(); 372return new ResultType(); 394return new ResultType(); 422return new ResultType(); 449return new ResultType(); 474return new ResultType(); 505return new ResultType();
20 references to ResultType
Microsoft.CodeAnalysis.Workspaces.UnitTests (20)
UtilityTest\SpecializedTasksTests.cs (20)
76Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 82Assert.Throws<ArgumentNullException>("transform", () => SpecializedTasks.TransformWithoutIntermediateCancellationExceptionAsync<StateType, IntermediateType, ResultType>(func, null!, arg, cancellationToken)); 90Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 109Func<IntermediateType, StateType, ResultType> transform = (_, _) => 133Func<IntermediateType, StateType, ResultType> transform = (_, _) => new(); 160Func<IntermediateType, StateType, ResultType> transform = (_, _) => 186Func<IntermediateType, StateType, ResultType> transform = (_, _) => 217Func<IntermediateType, StateType, ResultType> transform = (_, _) => 243Func<IntermediateType, StateType, ResultType> transform = (_, _) => 277Func<IntermediateType, StateType, ResultType> transform = (_, _) => 310Func<IntermediateType, StateType, ResultType> transform = (_, _) => 344Func<IntermediateType, StateType, ResultType> transform = (_, _) => 369Func<IntermediateType, StateType, ResultType> transform = (_, _) => 391Func<IntermediateType, StateType, ResultType> transform = (_, _) => 419Func<IntermediateType, StateType, ResultType> transform = (_, _) => 446Func<IntermediateType, StateType, ResultType> transform = (_, _) => 471Func<IntermediateType, StateType, ResultType> transform = (_, _) => 502Func<IntermediateType, StateType, ResultType> transform = (_, _) => 524Func<IntermediateType, StateType, ResultType> transform = (_, _) => throw fault; 545Func<IntermediateType, StateType, ResultType> transform = (_, _) => throw fault;