2 writes to opcode
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (2)
108
this.
opcode
= Statics.Combine((int)typeInfo.Opcode, this.opcode);
145
this.
opcode
= Statics.Combine((int)typeInfo.Opcode, this.opcode);
5 references to opcode
mscorlib (5)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (2)
414
: eventTypes.
opcode
;
832
: eventInfo.
opcode
;
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (3)
108
this.opcode = Statics.Combine((int)typeInfo.Opcode, this.
opcode
);
145
this.opcode = Statics.Combine((int)typeInfo.Opcode, this.
opcode
);
177
get { return (EventOpcode)this.
opcode
; }