1 write to _threadAddr
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataStackWalk.cs (1)
28
_threadAddr
= threadAddr;
2 references to _threadAddr
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataStackWalk.cs (2)
33
_threadData = _target.Contracts.Thread.GetThreadData(
_threadAddr
);
135
frame.Interface = new ClrDataFrame(_target,
_threadAddr
, _dataFrames.Current, legacyFrame);