4 references to Combine
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TypeAnalysis.cs (4)
76this.level = (EventLevel)Statics.Combine((int)typeInfo.Level, (int)this.level); 77this.opcode = (EventOpcode)Statics.Combine((int)typeInfo.Opcode, (int)this.opcode); 84this.level = (EventLevel)Statics.Combine((int)eventAttrib.Level, (int)this.level); 85this.opcode = (EventOpcode)Statics.Combine((int)eventAttrib.Opcode, (int)this.opcode);