2 references to LazyValue
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
Threading\LazyValue`1.cs (2)
15/// <see cref="LazyValue{T}"/> implements a thread-safe lazy initialization pattern that guarantees 42/// Initializes a new instance of the <see cref="LazyValue{T}"/> struct with the specified factory function.