4 references to GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
UtilityTest\AsyncLazyTests.cs (4)
126
=>
GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
((lazy, ct) => lazy.GetValue(ct), includeSynchronousComputation: false);
130
=>
GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
((lazy, ct) => lazy.GetValue(ct), includeSynchronousComputation: true);
137
GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
((lazy, ct) => lazy.GetValueAsync(ct), includeSynchronousComputation: false);
144
GetValueOrGetValueAsyncThrowsCorrectExceptionDuringCancellation
((lazy, ct) => lazy.GetValueAsync(ct), includeSynchronousComputation: true);