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; 7097methodData.MethodDesc = mdAddr.ToClrDataAddress(_target); 7100methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(_target); 7103methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 7107methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 7120methodData.MethodDesc = mdAddr.ToClrDataAddress(_target); 7121methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target); 7124methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(_target); 7127methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target);