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