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