1 write to mapsTab
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6237mapsTab = new Dictionary<string, Type>();
5 references to mapsTab
mscorlib (5)
system\diagnostics\eventing\eventsource.cs (5)
6236if (mapsTab == null) 6238if (!mapsTab.ContainsKey(type.Name)) 6239mapsTab.Add(type.Name, type); // Remember that we need to dump the type enumeration 6409if (mapsTab != null) 6412foreach (Type enumType in mapsTab.Values)