1 write to opcodeTab
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5347opcodeTab = new Dictionary<int, string>();
6 references to opcodeTab
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (6)
5362if (opcodeTab.TryGetValue(value, out string? prevName) && !name.Equals(prevName, StringComparison.Ordinal)) 5368opcodeTab[value] = name; 5771var sortedOpcodes = new List<int>(opcodeTab.Keys); 5777WriteNameAndMessageAttribs(sb, "opcode", opcodeTab[opcode]); 5985if (opcodeTab == null || !opcodeTab.TryGetValue((int)opcode, out string? ret))