1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6867_rts = _target.Contracts.RuntimeTypeSystem;
16 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (16)
SOSDacImpl.cs (16)
6876ushort numVtableSlots = _rts.GetNumVtableSlots(_methodTable); 6884mdAddr = _rts.GetMethodDescForSlot(_methodTable, i); 6893MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6897TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6900TypeHandle typeHandle = _rts.GetTypeHandle(mtAddr); 6901methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6902methodData.Token = _rts.GetMethodToken(mdh); 6905methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 6911foreach (TargetPointer mdAddr in _rts.GetIntroducedMethodDescs(_methodTable)) 6913MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6914ushort slot = _rts.GetSlotNumber(mdh); 6919methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target); 6921TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6924TypeHandle typeHandle = _rts.GetTypeHandle(mtAddr); 6925methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6926methodData.Token = _rts.GetMethodToken(mdh);