2 instantiations of AsyncLazyImpl
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (2)
123=> new AsyncLazyImpl<VoidResult>(value); 130return new AsyncLazyImpl<TData>(asynchronousComputeFunction, synchronousComputeFunction, data);
3 references to AsyncLazyImpl
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (3)
26return AsyncLazyImpl<TData>.CreateImpl(asynchronousComputeFunction, synchronousComputeFunction, data); 30=> AsyncLazyImpl<VoidResult>.CreateImpl(value); 148private readonly struct WaitThatValidatesInvariants(AsyncLazyImpl<TData> asyncLazy) : IDisposable