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