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