1 write to m_channel
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\EventDescriptor.cs (1)
50
m_channel
= channel;
4 references to m_channel
System.ServiceModel.Internals (4)
System\Runtime\Diagnostics\EventDescriptor.cs (4)
88
return
m_channel
;
135
return m_id ^ m_version ^
m_channel
^ m_level ^ m_opcode ^ m_task ^ (int)m_keywords;
142
(
m_channel
!= other.
m_channel
) ||