1 write to m_id
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EventDescriptor.cs (1)
48m_id = (ushort)id;
4 references to m_id
System.ServiceModel.Internals (4)
System\Runtime\Diagnostics\EventDescriptor.cs (4)
72return m_id; 135return m_id ^ m_version ^ m_channel ^ m_level ^ m_opcode ^ m_task ^ (int)m_keywords; 140if ((m_id != other.m_id) ||