2 writes to _position
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNodeOrToken.cs (2)
48_position = node.Position; 61_position = position;
6 references to _position
Microsoft.CodeAnalysis (6)
Syntax\SyntaxNodeOrToken.cs (6)
131internal int Position => _position; 258return _position + _token.GetLeadingTriviaWidth(); 704(_nodeOrParent == other._nodeOrParent && _token == other._token && _position == other._position && _tokenIndex == other._tokenIndex) == 898internal int EndPosition => _position + this.FullWidth; 1010var firstIndex = GetFirstChildIndexSpanningPosition(siblings, _position);