4 references to EndPosition
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
959
: node.EqualsToken.
EndPosition
;
Language\Legacy\ClassifiedSpanVisitor.cs (1)
63
comment = SyntaxFactory.Token(SyntaxKind.Marker, parent: node, position: node.StartCommentStar.
EndPosition
);
Language\Legacy\ImplicitExpressionEditHandler.cs (1)
175
var tokenEndIndex = token.
EndPosition
;
Language\Syntax\SyntaxNodeExtensions.cs (1)
129
var endLocation = source.Text.Lines.GetLinePosition(token.
EndPosition
);