8 writes to _tokenCount
Microsoft.CodeAnalysis.CSharp (8)
Parser\SyntaxParser.cs (8)
103_tokenCount = 0; 181_tokenCount = i; 228_tokenCount = _tokenOffset; 290_tokenCount = _tokenOffset; // forget anything after this slot 360_tokenCount++; 372_tokenCount++; 392_tokenCount -= shiftOffset; 419_tokenCount -= shiftOffset;
14 references to _tokenCount
Microsoft.CodeAnalysis.CSharp (14)
Parser\SyntaxParser.cs (14)
158if (offset >= _tokenCount) 168Debug.Assert(offset >= 0 && offset < _tokenCount); 176for (int i = _tokenOffset; i < _tokenCount; i++) 182if (_tokenCount == _tokenOffset) 309if (_tokenOffset >= _tokenCount) 328if (_tokenCount > 0) 330this.AddToken(_blendedTokens[_tokenCount - 1].Blender.ReadToken(_mode)); 354if (_tokenCount >= _blendedTokens.Length) 359_blendedTokens[_tokenCount] = tokenResult; 366if (_tokenCount >= _lexedTokens.Length) 371_lexedTokens[_tokenCount].Value = token; 383int shiftCount = _tokenCount - shiftOffset; 411int shiftCount = _tokenCount - shiftOffset; 433while (_tokenOffset + n >= _tokenCount)