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)
90if (_currentFrameIsValid) 150if (!_currentFrameIsValid) 168if (_currentFrameIsValid) 252hr = _currentFrameIsValid ? HResults.S_OK : HResults.S_FALSE; 297if (!_currentFrameIsValid) 340bool isFirst = _currentFrameIsValid && _dataFrames.Current.IsActiveFrame;