4 references to Combine
mscorlib (4)
System\Diagnostics\Eventing\TraceLogging\TypeAnalysis.cs (4)
78this.level = (EventLevel)Statics.Combine((int)typeInfo.Level, (int)this.level); 79this.opcode = (EventOpcode)Statics.Combine((int)typeInfo.Opcode, (int)this.opcode); 86this.level = (EventLevel)Statics.Combine((int)eventAttrib.Level, (int)this.level); 87this.opcode = (EventOpcode)Statics.Combine((int)eventAttrib.Opcode, (int)this.opcode);