1 write to opcodeTab
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6042opcodeTab = new Dictionary<int, string>();
6 references to opcodeTab
mscorlib (6)
system\diagnostics\eventing\eventsource.cs (6)
6067if (opcodeTab.TryGetValue(value, out prevName) && !name.Equals(prevName, StringComparison.Ordinal)) 6070opcodeTab[value] = name; 6450var sortedOpcodes = new List<int>(opcodeTab.Keys); 6455WriteNameAndMessageAttribs(sb, "opcode", opcodeTab[opcode]); 6690if (opcodeTab == null || !opcodeTab.TryGetValue((int)opcode, out ret))