src\libraries\System.Private.CoreLib\src\System\Lazy.cs (6)
208: this(null, LazyThreadSafetyMode.ExecutionAndPublication, useDefaultConstructor: true)
239: this(valueFactory, LazyThreadSafetyMode.ExecutionAndPublication, useDefaultConstructor: false)
250this(null, LazyHelper.GetModeFromIsThreadSafe(isThreadSafe), useDefaultConstructor: true)
261this(null, mode, useDefaultConstructor: true)
277this(valueFactory, LazyHelper.GetModeFromIsThreadSafe(isThreadSafe), useDefaultConstructor: false)
293: this(valueFactory, mode, useDefaultConstructor: false)