1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.IXCLRDataProcess.cs (1)
275
_rts
= _target.Contracts.RuntimeTypeSystem;
20 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (20)
SOSDacImpl.IXCLRDataProcess.cs (20)
281
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
298
yield return
_rts
.GetMethodDescHandle(methodPtr);
308
yield return
_rts
.GetTypeHandle(type);
335
MethodDescHandle mainMD =
_rts
.GetMethodDescHandle(_mainMethodDesc);
348
TargetPointer mtAddr =
_rts
.GetMethodTable(mainMD);
349
TypeHandle mainMT =
_rts
.GetTypeHandle(mtAddr);
350
TargetPointer mainModule =
_rts
.GetModule(mainMT);
351
uint mainMTToken =
_rts
.GetTypeDefToken(mainMT);
352
uint mainMDToken =
_rts
.GetMethodToken(mainMD);
353
ushort slotNum =
_rts
.GetSlotNumber(mainMD);
363
TypeHandle methodTypeHandle =
_rts
.GetTypeHandle(
_rts
.GetMethodTable(methodDesc));
365
if (mainModule !=
_rts
.GetModule(methodTypeHandle)) continue;
366
if (mainMDToken !=
_rts
.GetMethodToken(methodDesc)) continue;
388
uint typeParamToken =
_rts
.GetTypeDefToken(typeParam);
397
if (mainModule !=
_rts
.GetModule(typeParam)) continue;
399
TargetPointer cmt =
_rts
.GetCanonicalMethodTable(typeParam);
400
TypeHandle cmtHandle =
_rts
.GetTypeHandle(cmt);
402
TargetPointer methodDescAddr =
_rts
.GetMethodDescForSlot(cmtHandle, slotNum);
404
MethodDescHandle methodDesc =
_rts
.GetMethodDescHandle(methodDescAddr);