1 write to mapsTab
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5533mapsTab ??= new Dictionary<string, Type>();
3 references to mapsTab
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (3)
5534mapsTab.TryAdd(type.Name, type); // Remember that we need to dump the type enumeration 5697if (mapsTab != null) 5700foreach (Type enumType in mapsTab.Values)