7 references to EtwSelfDescribingEventFormat
mscorlib (7)
system\diagnostics\eventing\eventsource.cs (6)
3958
EventSourceSettings.
EtwSelfDescribingEventFormat
;
3964
settings |= EventSourceSettings.
EtwSelfDescribingEventFormat
;
3983
((m_config & EventSourceSettings.
EtwSelfDescribingEventFormat
) != 0));
3984
return (m_config & EventSourceSettings.
EtwSelfDescribingEventFormat
) != 0;
3991
m_config &= ~EventSourceSettings.
EtwSelfDescribingEventFormat
;
3995
m_config |= EventSourceSettings.
EtwSelfDescribingEventFormat
;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (1)
52
: this(eventSourceName, EventSourceSettings.
EtwSelfDescribingEventFormat
)