1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6870_rts = _target.Contracts.RuntimeTypeSystem;
16 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (16)
SOSDacImpl.cs (16)
6879ushort numVtableSlots = _rts.GetNumVtableSlots(_methodTable); 6887mdAddr = _rts.GetMethodDescForSlot(_methodTable, i); 6896MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6900TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6903ITypeHandle typeHandle = _rts.GetTypeHandle(mtAddr); 6904methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6905methodData.Token = _rts.GetMethodToken(mdh); 6908methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 6914foreach (TargetPointer mdAddr in _rts.GetIntroducedMethodDescs(_methodTable)) 6916MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6917ushort slot = _rts.GetSlotNumber(mdh); 6922methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target); 6924TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6927ITypeHandle typeHandle = _rts.GetTypeHandle(mtAddr); 6928methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6929methodData.Token = _rts.GetMethodToken(mdh);