1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6874
_target
= target;
9 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (9)
SOSDacImpl.cs (9)
6875
_rts =
_target
.Contracts.RuntimeTypeSystem;
6903
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
6906
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
6909
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);
6913
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(
_target
);
6926
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
6927
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(
_target
);
6930
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
6933
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);