2 writes to _position
Microsoft.CodeAnalysis (2)
Syntax\SyntaxNodeOrToken.cs (2)
47_position = node.Position; 60_position = position;
6 references to _position
Microsoft.CodeAnalysis (6)
Syntax\SyntaxNodeOrToken.cs (6)
130internal int Position => _position; 257return _position + _token.GetLeadingTriviaWidth(); 703(_nodeOrParent == other._nodeOrParent && _token == other._token && _position == other._position && _tokenIndex == other._tokenIndex) == 897internal int EndPosition => _position + this.FullWidth; 1009var firstIndex = GetFirstChildIndexSpanningPosition(siblings, _position);