4 references to Combine
mscorlib (4)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventTypes.cs (4)
107
this.level = Statics.
Combine
((int)typeInfo.Level, this.level);
108
this.opcode = Statics.
Combine
((int)typeInfo.Opcode, this.opcode);
144
this.level = Statics.
Combine
((int)typeInfo.Level, this.level);
145
this.opcode = Statics.
Combine
((int)typeInfo.Opcode, this.opcode);