1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
817
_rts
= _target.Contracts.RuntimeTypeSystem;
20 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (20)
SOSDacImpl.IXCLRDataProcess.cs (20)
823
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
840
yield return
_rts
.GetMethodDescHandle(methodPtr);
850
yield return
_rts
.GetTypeHandle(type);
877
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
890
TargetPointer mtAddr =
_rts
.GetMethodTable(mainMD);
891
ITypeHandle mainMT =
_rts
.GetTypeHandle(mtAddr);
892
TargetPointer mainModule =
_rts
.GetModule(mainMT);
893
uint mainMTToken =
_rts
.GetTypeDefToken(mainMT);
894
uint mainMDToken =
_rts
.GetMethodToken(mainMD);
895
ushort slotNum =
_rts
.GetSlotNumber(mainMD);
905
ITypeHandle methodTypeHandle =
_rts
.GetTypeHandle(
_rts
.GetMethodTable(methodDesc));
907
if (mainModule !=
_rts
.GetModule(methodTypeHandle)) continue;
908
if (mainMDToken !=
_rts
.GetMethodToken(methodDesc)) continue;
930
uint typeParamToken =
_rts
.GetTypeDefToken(typeParam);
939
if (mainModule !=
_rts
.GetModule(typeParam)) continue;
941
TargetPointer cmt =
_rts
.GetCanonicalMethodTable(typeParam);
942
ITypeHandle cmtHandle =
_rts
.GetTypeHandle(cmt);
944
TargetPointer methodDescAddr =
_rts
.GetMethodDescForSlot(cmtHandle, slotNum);
946
MethodDescHandle methodDesc =
_rts
.GetMethodDescHandle(methodDescAddr);