5 writes to MTOfType
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1088data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.U).Address.ToClrDataAddress(_target); 1091data->MTOfType = foundTypeHandle.Address.ToClrDataAddress(_target); 1098data->MTOfType = paramTypeHandle.Address.ToClrDataAddress(_target); 1103data->MTOfType = foundTypeHandle.Address.ToClrDataAddress(_target); 1110data->MTOfType = 0;
5 references to MTOfType
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1138if (data->MTOfType == 0) 1166Debug.Assert(data->MTOfType == dataLocal.MTOfType, $"cDAC: {data->MTOfType:x}, DAC: {dataLocal.MTOfType:x}");