2 writes to vmTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
6764WriteLittleEndian(ref typeInfo.vmTypeHandle, typeHandle.Address.Value); 6780WriteLittleEndian(ref typeInfo.vmTypeHandle, typeHandle.Address.Value);
10 references to vmTypeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (10)
Dbi\DacDbiImpl.cs (10)
3479Debug.Assert(cdac->ArrayTypeData_arrayTypeArg.vmTypeHandle == dac->ArrayTypeData_arrayTypeArg.vmTypeHandle, 3480$"cDAC ArrayTypeData.arrayTypeArg.vmTypeHandle: {cdac->ArrayTypeData_arrayTypeArg.vmTypeHandle:x}, DAC: {dac->ArrayTypeData_arrayTypeArg.vmTypeHandle:x}"); 3490Debug.Assert(cdac->UnaryTypeData_unaryTypeArg.vmTypeHandle == dac->UnaryTypeData_unaryTypeArg.vmTypeHandle, 3491$"cDAC UnaryTypeData.unaryTypeArg.vmTypeHandle: {cdac->UnaryTypeData_unaryTypeArg.vmTypeHandle:x}, DAC: {dac->UnaryTypeData_unaryTypeArg.vmTypeHandle:x}"); 3647ulong vmTh = ReadLittleEndian(pData->vmTypeHandle); 3667ulong vmTh = ReadLittleEndian(pData->vmTypeHandle);