1 write to Token
Microsoft.CodeAnalysis.CSharp (1)
Parser\BlendedNode.cs (1)
22this.Token = token;
5 references to Token
Microsoft.CodeAnalysis.CSharp (5)
Parser\SyntaxParser.cs (5)
195if (_blendedTokens[i].Token == null) 333return _blendedTokens[_tokenOffset].Token; 351if (_currentNode.Token != null) 370Debug.Assert(tokenResult.Token != null); 476return _blendedTokens[_tokenOffset + n].Token;