3 references to Initialize
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
InterlockedOperations.cs (1)
168
/// <see cref="
Initialize
{T}(ref T, ref int, Func{T})"/> and provides the same thread-safety
Threading\LazyValue`1.cs (2)
72
/// The implementation uses <see cref="InterlockedOperations.
Initialize
{T}(ref T, ref int, Func{T})"/>
80
=> InterlockedOperations.
Initialize
(ref _value, ref _state, _factory);