1 write to instrumentedAssembly
System.Management (1)
Instrumentation\EventSource.cs (1)
105this.instrumentedAssembly = instrumentedAssembly;
3 references to instrumentedAssembly
System.Management (3)
Instrumentation\EventSource.cs (3)
566Type converterType = (Type)instrumentedAssembly.mapTypeToConverter[theObject.GetType()]; 739foreach(Type type in instrumentedAssembly.mapTypeToConverter.Keys) 795Object converter = Activator.CreateInstance((Type)instrumentedAssembly.mapTypeToConverter[managedType]);