2 references to CancellationDuringInlinedComputationFromGetValueOrGetValueAsyncStillCachesResultCore
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Utilities\AsyncLazyTests.cs (2)
23
CancellationDuringInlinedComputationFromGetValueOrGetValueAsyncStillCachesResultCore
((lazy, ct) => lazy.GetValue(ct), includeSynchronousComputation: true);
24
CancellationDuringInlinedComputationFromGetValueOrGetValueAsyncStillCachesResultCore
((lazy, ct) => lazy.GetValue(ct), includeSynchronousComputation: false);