1 write to _target
Microsoft.Diagnostics.DataContractReader.Legacy (1)
9 references to _target
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataTask.cs (9)
41TargetPointer currentAppDomain = _target.Contracts.Loader.GetAppDomain();
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);