1 write to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6875_rts = _target.Contracts.RuntimeTypeSystem;
16 references to _rts
Microsoft.Diagnostics.DataContractReader.Legacy (16)
SOSDacImpl.cs (16)
6884ushort numVtableSlots = _rts.GetNumVtableSlots(_methodTable); 6892mdAddr = _rts.GetMethodDescForSlot(_methodTable, i); 6901MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6905TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6908TypeHandle typeHandle = _rts.GetTypeHandle(mtAddr); 6909methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6910methodData.Token = _rts.GetMethodToken(mdh); 6913methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 6919foreach (TargetPointer mdAddr in _rts.GetIntroducedMethodDescs(_methodTable)) 6921MethodDescHandle mdh = _rts.GetMethodDescHandle(mdAddr); 6922ushort slot = _rts.GetSlotNumber(mdh); 6927methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target); 6929TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6932TypeHandle typeHandle = _rts.GetTypeHandle(mtAddr); 6933methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6934methodData.Token = _rts.GetMethodToken(mdh);