1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6857_rts = _target.Contracts.RuntimeTypeSystem;
16 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (16)
SOSDacImpl.cs (16)
6866ushort numVtableSlots = _rts.GetNumVtableSlots(_methodTable); 6874mdAddr = _rts.GetMethodDescForSlot(_methodTable, i); 6883MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6887TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6890TypeHandle typeHandle = _rts.GetTypeHandle(mtAddr); 6891methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6892methodData.Token = _rts.GetMethodToken(mdh); 6895methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 6901foreach (TargetPointer mdAddr in _rts.GetIntroducedMethodDescs(_methodTable)) 6903MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6904ushort slot = _rts.GetSlotNumber(mdh); 6909methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target); 6911TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6914TypeHandle typeHandle = _rts.GetTypeHandle(mtAddr); 6915methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6916methodData.Token = _rts.GetMethodToken(mdh);