1 instantiation of TypeInfo
System.Management (1)
Instrumentation\Instrumentation.cs (1)
637
typeInfo = new
TypeInfo
(source, naming, (Type)mapTypeToConverter[t]);
5 references to TypeInfo
System.Management (5)
Instrumentation\Instrumentation.cs (5)
624
TypeInfo
lastTypeInfo = null;
626
TypeInfo
GetTypeInfo(Type t)
634
TypeInfo
typeInfo = (
TypeInfo
)mapTypeToTypeInfo[t];
647
TypeInfo
typeInfo = GetTypeInfo(t);