2 instantiations of AsyncLazyImpl
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
Threading\AsyncLazy`1.cs (2)
111=> new AsyncLazyImpl<VoidResult>(value); 117return new AsyncLazyImpl<TData>(asynchronousComputeFunction, data);
3 references to AsyncLazyImpl
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
Threading\AsyncLazy`1.cs (3)
27=> AsyncLazyImpl<TArg>.CreateImpl(asynchronousComputeFunction, data); 30=> AsyncLazyImpl<VoidResult>.CreateImpl(value); 135private readonly struct WaitThatValidatesInvariants(AsyncLazyImpl<TData> asyncLazy) : IDisposable