5 writes to Opcode
mscorlib (5)
system\diagnostics\eventing\eventsource.cs (2)
1275Opcode = (EventOpcode)m_eventData[eventId].Descriptor.Opcode 2000Opcode = (EventOpcode)m_eventData[eventId].Descriptor.Opcode
System\Diagnostics\Eventing\TraceLogging\EventSourceActivity.cs (2)
253newActivity.startStopOptions.Opcode = EventOpcode.Start; 292this.startStopOptions.Opcode = EventOpcode.Stop;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (1)
593options.Opcode = options.IsOpcodeSet ? options.Opcode : GetOpcodeWithDefault(options.Opcode, eventName);
2 references to Opcode
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (2)
593options.Opcode = options.IsOpcodeSet ? options.Opcode : GetOpcodeWithDefault(options.Opcode, eventName);