1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
758
_rts
= _target.Contracts.RuntimeTypeSystem;
20 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (20)
SOSDacImpl.IXCLRDataProcess.cs (20)
764
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
781
yield return
_rts
.GetMethodDescHandle(methodPtr);
791
yield return
_rts
.GetTypeHandle(type);
818
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
831
TargetPointer mtAddr =
_rts
.GetMethodTable(mainMD);
832
ITypeHandle mainMT =
_rts
.GetTypeHandle(mtAddr);
833
TargetPointer mainModule =
_rts
.GetModule(mainMT);
834
uint mainMTToken =
_rts
.GetTypeDefToken(mainMT);
835
uint mainMDToken =
_rts
.GetMethodToken(mainMD);
836
ushort slotNum =
_rts
.GetSlotNumber(mainMD);
846
ITypeHandle methodTypeHandle =
_rts
.GetTypeHandle(
_rts
.GetMethodTable(methodDesc));
848
if (mainModule !=
_rts
.GetModule(methodTypeHandle)) continue;
849
if (mainMDToken !=
_rts
.GetMethodToken(methodDesc)) continue;
871
uint typeParamToken =
_rts
.GetTypeDefToken(typeParam);
880
if (mainModule !=
_rts
.GetModule(typeParam)) continue;
882
TargetPointer cmt =
_rts
.GetCanonicalMethodTable(typeParam);
883
ITypeHandle cmtHandle =
_rts
.GetTypeHandle(cmt);
885
TargetPointer methodDescAddr =
_rts
.GetMethodDescForSlot(cmtHandle, slotNum);
887
MethodDescHandle methodDesc =
_rts
.GetMethodDescHandle(methodDescAddr);