3 writes to _currentFrameIsValid
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataStackWalk.cs (3)
43
_currentFrameIsValid
= MoveNextLegacyVisible();
82
_currentFrameIsValid
= MoveNextLegacyVisible();
251
_currentFrameIsValid
= MoveNextLegacyVisible();
6 references to _currentFrameIsValid
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataStackWalk.cs (6)
90
if (
_currentFrameIsValid
)
150
if (!
_currentFrameIsValid
)
168
if (
_currentFrameIsValid
)
252
hr =
_currentFrameIsValid
? HResults.S_OK : HResults.S_FALSE;
297
if (!
_currentFrameIsValid
)
340
bool isFirst =
_currentFrameIsValid
&& _dataFrames.Current.IsActiveFrame;