7 references to Info
mscorlib (7)
system\diagnostics\eventing\eventsource.cs (7)
1193if (opcode != EventOpcode.Info && relatedActivityId == null && 2484if (opcode == EventOpcode.Info && eventName != null) 3429if (eventAttribute.Opcode == EventOpcode.Info) // We are still using the default opcode. 3439eventAttribute.Opcode = GetOpcodeWithDefault(EventOpcode.Info, eventName); 3721Contract.Assert(eventAttribute.Task != EventTask.None || eventAttribute.Opcode != EventOpcode.Info); 3740if (eventAttribute.Opcode != EventOpcode.Info) 6665case EventOpcode.Info: