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;
7070
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
7073
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
7076
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);
7080
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(
_target
);
7093
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
7094
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(
_target
);
7097
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
7100
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);