3 writes to TraceLoggingEventTypes
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
1266
Interlocked.CompareExchange(ref m_eventData[eventId].
TraceLoggingEventTypes
, tlet, null);
1991
Interlocked.CompareExchange(ref m_eventData[eventId].
TraceLoggingEventTypes
, tlet, null);
2071
Interlocked.CompareExchange(ref m_eventData[eventId].
TraceLoggingEventTypes
, eventTypes, null);
3 references to TraceLoggingEventTypes
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
1260
TraceLoggingEventTypes tlet = m_eventData[eventId].
TraceLoggingEventTypes
;
1985
TraceLoggingEventTypes tlet = m_eventData[eventId].
TraceLoggingEventTypes
;
2065
TraceLoggingEventTypes eventTypes = m_eventData[eventId].
TraceLoggingEventTypes
;