6 writes to MTOfType
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.cs (6)
1085data->MTOfType = 0; 1087data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.U).Address.ToClrDataAddress(_target); 1090data->MTOfType = foundTypeHandle.Address.ToClrDataAddress(_target); 1095data->MTOfType = paramTypeHandle.Address.ToClrDataAddress(_target); 1098data->MTOfType = foundTypeHandle.Address.ToClrDataAddress(_target); 1103data->MTOfType = 0;
5 references to MTOfType
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1131if (data->MTOfType == 0) 1161Debug.Assert(data->MTOfType == dataLocal.MTOfType, $"cDAC: {data->MTOfType:x}, DAC: {dataLocal.MTOfType:x}");