7 references to EtwManifestEventFormat
mscorlib (7)
system\diagnostics\eventing\eventsource.cs (7)
718
: this(EventSourceSettings.
EtwManifestEventFormat
)
734
: this(EventSourceSettings.
EtwManifestEventFormat
| (throwOnEventWriteErrors ? EventSourceSettings.ThrowOnEventWriteErrors : 0))
1456
: this(eventSourceGuid, eventSourceName, EventSourceSettings.
EtwManifestEventFormat
)
3957
var evtFormatMask = EventSourceSettings.
EtwManifestEventFormat
|
3982
Contract.Assert(((m_config & EventSourceSettings.
EtwManifestEventFormat
) != 0) !=
3990
m_config |= EventSourceSettings.
EtwManifestEventFormat
;
3996
m_config &= ~EventSourceSettings.
EtwManifestEventFormat
;