1 write to m_id
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
4358
newEventSource.
m_id
= newIndex;
2 references to m_id
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
4280
protected internal static int EventSourceIndex(EventSource eventSource) { return eventSource.
m_id
; }
4548
Debug.Assert(eventSource.
m_id
== id, "Unexpected event source ID.");