2 writes to opcode
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (2)
108this.opcode = Statics.Combine((int)typeInfo.Opcode, this.opcode); 145this.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)
108this.opcode = Statics.Combine((int)typeInfo.Opcode, this.opcode); 145this.opcode = Statics.Combine((int)typeInfo.Opcode, this.opcode); 177get { return (EventOpcode)this.opcode; }