2 references to GetOpcodeWithDefault
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (1)
3439eventAttribute.Opcode = GetOpcodeWithDefault(EventOpcode.Info, eventName);
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (1)
593options.Opcode = options.IsOpcodeSet ? options.Opcode : GetOpcodeWithDefault(options.Opcode, eventName);