2 writes to _currentFrameIsValid
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataStackWalk.cs (2)
37
_currentFrameIsValid
= MoveNextLegacyVisible();
145
_currentFrameIsValid
= MoveNextLegacyVisible();
4 references to _currentFrameIsValid
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataStackWalk.cs (4)
65
if (
_currentFrameIsValid
)
124
if (!
_currentFrameIsValid
)
146
hr =
_currentFrameIsValid
? HResults.S_OK : HResults.S_FALSE;
187
if (!
_currentFrameIsValid
)