2 writes to m_opcode
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventDescriptor.cs (2)
44
this.
m_opcode
= opcode;
71
m_opcode
= opcode;
4 references to m_opcode
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventDescriptor.cs (4)
88
public byte Opcode =>
m_opcode
;
98
m_id ^ m_version ^ m_channel ^ m_level ^
m_opcode
^ m_task ^ (int)m_keywords;
105
m_opcode
== other.
m_opcode
&&