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