8 references to EndPosition
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (1)
959
: node.EqualsToken.
EndPosition
;
Language\Legacy\ClassifiedSpanVisitor.cs (1)
64
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
);
Microsoft.CodeAnalysis.Razor.Workspaces (4)
CodeActions\Razor\SimplifyTagToSelfClosingCodeActionProvider.cs (1)
70
EndTagCloseAngleIndex = endTag.CloseAngle.
EndPosition
,
DocumentMapping\PreferHtmlInAttributeValuesDocumentPositionStrategy.cs (1)
43
equalsToken.
EndPosition
== positionInfo.HostDocumentIndex)
Extensions\RazorCodeDocumentExtensions_ClassifiedSpans.cs (1)
92
comment = SyntaxFactory.Token(SyntaxKind.Marker, parent: node, position: node.StartCommentStar.
EndPosition
);
Extensions\RazorSyntaxTokenExtensions.cs (1)
60
var end = token.
EndPosition
;