6 references to LazyHelper
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (6)
45internal static readonly LazyHelper NoneViaConstructor = new LazyHelper(LazyState.NoneViaConstructor); 46internal static readonly LazyHelper NoneViaFactory = new LazyHelper(LazyState.NoneViaFactory); 47internal static readonly LazyHelper PublicationOnlyViaConstructor = new LazyHelper(LazyState.PublicationOnlyViaConstructor); 48internal static readonly LazyHelper PublicationOnlyViaFactory = new LazyHelper(LazyState.PublicationOnlyViaFactory); 49internal static readonly LazyHelper PublicationOnlyWaitForOtherThreadToPublish = new LazyHelper(LazyState.PublicationOnlyWait); 148return new LazyHelper(state);