7 references to PublicationOnly
mscorlib (7)
system\Lazy.cs (7)
213else if (mode == LazyThreadSafetyMode.PublicationOnly) 262if (m_threadSafeObj == (object)LazyHelpers.PUBLICATION_ONLY_SENTINEL) return LazyThreadSafetyMode.PublicationOnly; 357else if (mode == LazyThreadSafetyMode.PublicationOnly) 424if (mode != LazyThreadSafetyMode.PublicationOnly && m_valueFactory == ALREADY_INVOKED_SENTINEL) 428if (mode != LazyThreadSafetyMode.PublicationOnly) // only detect recursion on None and ExecutionAndPublication modes 441if (mode != LazyThreadSafetyMode.PublicationOnly) // don't cache the exception for PublicationOnly mode 456if (mode != LazyThreadSafetyMode.PublicationOnly) // don't cache the exception for PublicationOnly mode