4 references to mapIDToPublishedObject
System.Management (4)
Instrumentation\EventSource.cs (2)
557theObject = InstrumentedAssembly.mapIDToPublishedObject[id.ToString((IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(System.Int32)))]; 780foreach(DictionaryEntry entry in InstrumentedAssembly.mapIDToPublishedObject)
Instrumentation\Instrumentation.cs (2)
392mapIDToPublishedObject.Add(upcountId.ToString((IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(System.Int32))), o); 413mapIDToPublishedObject.Remove(id.ToString((IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(System.Int32))));