1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTask.cs (1)
22_target = target;
10 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (10)
ClrDataTask.cs (10)
41TargetPointer currentAppDomain = _target.ReadPointer(_target.ReadGlobalPointer(Constants.Globals.AppDomain)); 42appDomain.Interface = new ClrDataAppDomain(_target, currentAppDomain, legacyAppDomain); 71Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address); 85stackWalk.Interface = new ClrDataStackWalk(_address, flags, _target, legacyStackWalk); 109TargetPointer thrownObjectHandle = _target.Contracts.Thread.GetCurrentExceptionHandle(_address); 116Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address); 117exception.Interface = new ClrDataExceptionState(_target, _address, (uint)CLRDataExceptionStateFlag.CLRDATA_EXCEPTION_DEFAULT, thrownObjectHandle, threadData.FirstNestedException, legacyExceptionState); 150Contracts.ThreadData threadData = _target.Contracts.Thread.GetThreadData(_address); 158exception.Interface = new ClrDataExceptionState(_target, _address, (uint)CLRDataExceptionStateFlag.CLRDATA_EXCEPTION_PARTIAL, thrownObjectHandle, TargetPointer.Null, legacyExceptionState);