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