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