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