2 references to Initialize
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
Threading\LazyValue`2.cs (2)
95
/// The implementation uses <see cref="InterlockedOperations.
Initialize
{TArg, T}(ref T, ref int, TArg, Func{TArg, T})"/>
103
=> InterlockedOperations.
Initialize
(ref _value, ref _state, arg, _factory);