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