1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6869
_target
= target;
9 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (9)
SOSDacImpl.cs (9)
6870
_rts =
_target
.Contracts.RuntimeTypeSystem;
6898
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
6901
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
6904
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);
6908
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(
_target
);
6921
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
6922
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(
_target
);
6925
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
6928
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);