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; 6895methodData.MethodDesc = mdAddr.ToClrDataAddress(_target); 6898methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(_target); 6901methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6905methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 6918methodData.MethodDesc = mdAddr.ToClrDataAddress(_target); 6919methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target); 6922methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(_target); 6925methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target);