3 references to Opcode
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventTypes.cs (2)
101this.opcode = Statics.Combine((int)typeInfo.Opcode, this.opcode); 133this.opcode = Statics.Combine((int)typeInfo.Opcode, this.opcode);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TypeAnalysis.cs (1)
77this.opcode = (EventOpcode)Statics.Combine((int)typeInfo.Opcode, (int)this.opcode);