2 writes to m_channel
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventDescriptor.cs (2)
41
this.
m_channel
= 0;
69
m_channel
= channel;
4 references to m_channel
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventDescriptor.cs (4)
86
public byte Channel =>
m_channel
;
98
m_id ^ m_version ^
m_channel
^ m_level ^ m_opcode ^ m_task ^ (int)m_keywords;
103
m_channel
== other.
m_channel
&&