4 references to Combine
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventTypes.cs (4)
100
this.level = Statics.
Combine
((int)typeInfo.Level, this.level);
101
this.opcode = Statics.
Combine
((int)typeInfo.Opcode, this.opcode);
132
this.level = Statics.
Combine
((int)typeInfo.Level, this.level);
133
this.opcode = Statics.
Combine
((int)typeInfo.Opcode, this.opcode);