2 writes to vmTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
5727WriteLittleEndian(ref typeInfo.vmTypeHandle, typeHandle.Address.Value); 5743WriteLittleEndian(ref typeInfo.vmTypeHandle, typeHandle.Address.Value);
10 references to vmTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (10)
Dbi\DacDbiImpl.cs (10)
2569Debug.Assert(cdac->ArrayTypeData_arrayTypeArg.vmTypeHandle == dac->ArrayTypeData_arrayTypeArg.vmTypeHandle, 2570$"cDAC ArrayTypeData.arrayTypeArg.vmTypeHandle: {cdac->ArrayTypeData_arrayTypeArg.vmTypeHandle:x}, DAC: {dac->ArrayTypeData_arrayTypeArg.vmTypeHandle:x}"); 2580Debug.Assert(cdac->UnaryTypeData_unaryTypeArg.vmTypeHandle == dac->UnaryTypeData_unaryTypeArg.vmTypeHandle, 2581$"cDAC UnaryTypeData.unaryTypeArg.vmTypeHandle: {cdac->UnaryTypeData_unaryTypeArg.vmTypeHandle:x}, DAC: {dac->UnaryTypeData_unaryTypeArg.vmTypeHandle:x}"); 2735ulong vmTh = ReadLittleEndian(pData->vmTypeHandle); 2755ulong vmTh = ReadLittleEndian(pData->vmTypeHandle);