1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
7068
_target
= target;
9 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (9)
SOSDacImpl.cs (9)
7069
_rts =
_target
.Contracts.RuntimeTypeSystem;
7097
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
7100
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
7103
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);
7107
methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(
_target
);
7120
methodData.MethodDesc = mdAddr.ToClrDataAddress(
_target
);
7121
methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(
_target
);
7124
methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(
_target
);
7127
methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(
_target
);