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