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