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