4 references to ThrowOnEventWriteErrors
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (4)
734: this(EventSourceSettings.EtwManifestEventFormat | (throwOnEventWriteErrors ? EventSourceSettings.ThrowOnEventWriteErrors : 0)) 3970get { return (m_config & EventSourceSettings.ThrowOnEventWriteErrors) != 0; } 3973if (value) m_config |= EventSourceSettings.ThrowOnEventWriteErrors; 3974else m_config &= ~EventSourceSettings.ThrowOnEventWriteErrors;