1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6856_target = target;
9 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (9)
SOSDacImpl.cs (9)
6857_rts = _target.Contracts.RuntimeTypeSystem; 6885methodData.MethodDesc = mdAddr.ToClrDataAddress(_target); 6888methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(_target); 6891methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target); 6895methodData.Entrypoint = _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target); 6908methodData.MethodDesc = mdAddr.ToClrDataAddress(_target); 6909methodData.Entrypoint = _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target); 6912methodData.DefiningMethodTable = mtAddr.ToClrDataAddress(_target); 6915methodData.DefiningModule = _rts.GetModule(typeHandle).ToClrDataAddress(_target);