System.Threading.LazyThreadSafetyMode public enum LazyThreadSafetyMode Documentation Code namespace System.Threading { public enum LazyThreadSafetyMode { ExecutionAndPublication = 2, None = 0, PublicationOnly = 1 } }