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