2 instantiations of ClrDataTypeInstance
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataValue.cs (2)
271
typeInstance.Interface = new
ClrDataTypeInstance
(_target, _typeHandle, legacyType, _apiLock);
523
assocType.Interface = new
ClrDataTypeInstance
(_target, typeHandle, legacyType, _apiLock);
2 references to ClrDataTypeInstance
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataValue.cs (2)
903
ITypeHandle? typeHandle = !includeParents && fromType is
ClrDataTypeInstance
fromTypeInstance
1089
typeInstance is
ClrDataTypeInstance
managedType ? managedType.LegacyImpl : typeInstance;