4 references to GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
UtilityTest\AsyncLazyTests.cs (4)
118
=>
GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
((lazy, ct) => lazy.GetValue(ct), includeSynchronousComputation: false);
122
=>
GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
((lazy, ct) => lazy.GetValue(ct), includeSynchronousComputation: true);
129
GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
((lazy, ct) => lazy.GetValueAsync(ct), includeSynchronousComputation: false);
136
GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
((lazy, ct) => lazy.GetValueAsync(ct), includeSynchronousComputation: true);