1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
831
_rts
= _target.Contracts.RuntimeTypeSystem;
20 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (20)
SOSDacImpl.IXCLRDataProcess.cs (20)
837
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
854
yield return
_rts
.GetMethodDescHandle(methodPtr);
864
yield return
_rts
.GetTypeHandle(type);
891
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
904
TargetPointer mtAddr =
_rts
.GetMethodTable(mainMD);
905
ITypeHandle mainMT =
_rts
.GetTypeHandle(mtAddr);
906
TargetPointer mainModule =
_rts
.GetModule(mainMT);
907
uint mainMTToken =
_rts
.GetTypeDefToken(mainMT);
908
uint mainMDToken =
_rts
.GetMethodToken(mainMD);
909
ushort slotNum =
_rts
.GetSlotNumber(mainMD);
919
ITypeHandle methodTypeHandle =
_rts
.GetTypeHandle(
_rts
.GetMethodTable(methodDesc));
921
if (mainModule !=
_rts
.GetModule(methodTypeHandle)) continue;
922
if (mainMDToken !=
_rts
.GetMethodToken(methodDesc)) continue;
944
uint typeParamToken =
_rts
.GetTypeDefToken(typeParam);
953
if (mainModule !=
_rts
.GetModule(typeParam)) continue;
955
TargetPointer cmt =
_rts
.GetCanonicalMethodTable(typeParam);
956
ITypeHandle cmtHandle =
_rts
.GetTypeHandle(cmt);
958
TargetPointer methodDescAddr =
_rts
.GetMethodDescForSlot(cmtHandle, slotNum);
960
MethodDescHandle methodDesc =
_rts
.GetMethodDescHandle(methodDescAddr);