1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
274
_rts
= _target.Contracts.RuntimeTypeSystem;
20 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (20)
SOSDacImpl.IXCLRDataProcess.cs (20)
280
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
297
yield return
_rts
.GetMethodDescHandle(methodPtr);
307
yield return
_rts
.GetTypeHandle(type);
334
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
347
TargetPointer mtAddr =
_rts
.GetMethodTable(mainMD);
348
TypeHandle mainMT =
_rts
.GetTypeHandle(mtAddr);
349
TargetPointer mainModule =
_rts
.GetModule(mainMT);
350
uint mainMTToken =
_rts
.GetTypeDefToken(mainMT);
351
uint mainMDToken =
_rts
.GetMethodToken(mainMD);
352
ushort slotNum =
_rts
.GetSlotNumber(mainMD);
362
TypeHandle methodTypeHandle =
_rts
.GetTypeHandle(
_rts
.GetMethodTable(methodDesc));
364
if (mainModule !=
_rts
.GetModule(methodTypeHandle)) continue;
365
if (mainMDToken !=
_rts
.GetMethodToken(methodDesc)) continue;
387
uint typeParamToken =
_rts
.GetTypeDefToken(typeParam);
396
if (mainModule !=
_rts
.GetModule(typeParam)) continue;
398
TargetPointer cmt =
_rts
.GetCanonicalMethodTable(typeParam);
399
TypeHandle cmtHandle =
_rts
.GetTypeHandle(cmt);
401
TargetPointer methodDescAddr =
_rts
.GetMethodDescForSlot(cmtHandle, slotNum);
403
MethodDescHandle methodDesc =
_rts
.GetMethodDescHandle(methodDescAddr);