1 write to _address
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTask.cs (1)
21_address = address;
7 references to _address
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataTask.cs (7)
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);