3 references to Opcode
mscorlib (3)
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);
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (1)
79this.opcode = (EventOpcode)Statics.Combine((int)typeInfo.Opcode, (int)this.opcode);