6 writes to MTOfType
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.cs (6)
1129
data->
MTOfType
= 0;
1131
data->
MTOfType
= rtsContract.GetPrimitiveType(CorElementType.U).Address.ToClrDataAddress(_target);
1134
data->
MTOfType
= foundTypeHandle.Address.ToClrDataAddress(_target);
1139
data->
MTOfType
= paramTypeHandle.Address.ToClrDataAddress(_target);
1142
data->
MTOfType
= foundTypeHandle.Address.ToClrDataAddress(_target);
1147
data->
MTOfType
= 0;
5 references to MTOfType
Microsoft.Diagnostics.DataContractReader.Legacy (5)
SOSDacImpl.cs (5)
1175
if (data->
MTOfType
== 0)
1205
Debug.Assert(data->
MTOfType
== dataLocal.
MTOfType
, $"cDAC: {data->
MTOfType
:x}, DAC: {dataLocal.
MTOfType
:x}");