3 writes to _currentFrameIsValid
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataStackWalk.cs (3)
38
_currentFrameIsValid
= MoveNextLegacyVisible();
66
_currentFrameIsValid
= MoveNextLegacyVisible();
205
_currentFrameIsValid
= MoveNextLegacyVisible();
6 references to _currentFrameIsValid
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataStackWalk.cs (6)
73
if (
_currentFrameIsValid
)
132
if (!
_currentFrameIsValid
)
149
if (
_currentFrameIsValid
)
206
hr =
_currentFrameIsValid
? HResults.S_OK : HResults.S_FALSE;
250
if (!
_currentFrameIsValid
)
292
bool isFirst =
_currentFrameIsValid
&& _dataFrames.Current.IsActiveFrame;