5 references to EnsureInitialized
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewDataDictionaryControllerPropertyActivator.cs (1)
35
LazyInitializer.
EnsureInitialized
(
Microsoft.CodeAnalysis (2)
InternalUtilities\RoslynLazyInitializer.cs (2)
21
/// <inheritdoc cref="LazyInitializer.
EnsureInitialized
{T}(ref T, ref bool, ref object)"/>
23
=> LazyInitializer.
EnsureInitialized
<T>(ref target!, ref initialized, ref syncLock);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\RoslynLazyInitializer.cs (2)
21
/// <inheritdoc cref="LazyInitializer.
EnsureInitialized
{T}(ref T, ref bool, ref object)"/>
23
=> LazyInitializer.
EnsureInitialized
<T>(ref target!, ref initialized, ref syncLock);