5 references to None
mscorlib (5)
system\Lazy.cs (5)
154this(isThreadSafe? LazyThreadSafetyMode.ExecutionAndPublication : LazyThreadSafetyMode.None) 182: this(valueFactory, isThreadSafe ? LazyThreadSafetyMode.ExecutionAndPublication : LazyThreadSafetyMode.None) 215else if (mode != LazyThreadSafetyMode.None) 261if (m_threadSafeObj == null) return LazyThreadSafetyMode.None; 352if (mode == LazyThreadSafetyMode.None)