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