3 references to EndPosition
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.cs (1)
1505Debug.Assert(Eof.EndPosition == position);
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
850bool inBody = _position >= parent.SemicolonToken.EndPosition;
Syntax\SyntaxFactory.cs (1)
2308if (condAccess.OperatorToken.EndPosition == node.Position)