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