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)
73if (_currentFrameIsValid) 132if (!_currentFrameIsValid) 149if (_currentFrameIsValid) 206hr = _currentFrameIsValid ? HResults.S_OK : HResults.S_FALSE; 250if (!_currentFrameIsValid) 292bool isFirst = _currentFrameIsValid && _dataFrames.Current.IsActiveFrame;