2 writes to m_id
mscorlib (2)
system\diagnostics\eventing\eventdescriptor.cs (2)
56this.m_id = 0; 87m_id = (ushort)id;
4 references to m_id
mscorlib (4)
system\diagnostics\eventing\eventdescriptor.cs (4)
109return m_id; 165return m_id ^ m_version ^ m_channel ^ m_level ^ m_opcode ^ m_task ^ (int)m_keywords; 170if ((m_id != other.m_id) ||