2 writes to m_channel
mscorlib (2)
system\diagnostics\eventing\eventdescriptor.cs (2)
58
this.
m_channel
= 0;
89
m_channel
= channel;
4 references to m_channel
mscorlib (4)
system\diagnostics\eventing\eventdescriptor.cs (4)
123
return
m_channel
;
165
return m_id ^ m_version ^
m_channel
^ m_level ^ m_opcode ^ m_task ^ (int)m_keywords;
172
(
m_channel
!= other.
m_channel
) ||