6 writes to MTOfType
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.cs (6)
1086data->MTOfType = 0; 1088data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.U).Address.ToClrDataAddress(_target); 1091data->MTOfType = foundTypeHandle.Address.ToClrDataAddress(_target); 1096data->MTOfType = paramTypeHandle.Address.ToClrDataAddress(_target); 1099data->MTOfType = foundTypeHandle.Address.ToClrDataAddress(_target); 1104data->MTOfType = 0;
5 references to MTOfType
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1132if (data->MTOfType == 0) 1162Debug.Assert(data->MTOfType == dataLocal.MTOfType, $"cDAC: {data->MTOfType:x}, DAC: {dataLocal.MTOfType:x}");