17 instantiations of ResultType
Microsoft.CodeAnalysis.Workspaces.UnitTests (17)
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;