1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6866
_target
= target;
9 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (9)
SOSDacImpl.cs (9)
6867
_rts =
_target
.Contracts.RuntimeTypeSystem;
6895
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
6898
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
6901
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);
6905
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(
_target
);
6918
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
6919
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(
_target
);
6922
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
6925
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);