1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
7041_target = target;
9 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (9)
SOSDacImpl.cs (9)
7042_rts = _target.Contracts.RuntimeTypeSystem; 7070methodData.MethodDesc = mdAddr.ToClrDataAddress(_target); 7073methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(_target); 7076methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 7080methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 7093methodData.MethodDesc = mdAddr.ToClrDataAddress(_target); 7094methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target); 7097methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(_target); 7100methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target);