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