6 references to Last
Microsoft.AspNetCore.App.Analyzers (6)
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxHelpers.cs (3)
16return GetSpan(token1.VirtualChars[0], token1.VirtualChars.Last()); 19return GetSpan(token1.VirtualChars[0], token2.VirtualChars.Last()); 23=> GetSpan(virtualChars[0], virtualChars.Last());
Infrastructure\EmbeddedSyntax\EmbeddedSyntaxNode.cs (1)
103end = Math.Max(token.VirtualChars.Last().Span.End, end);
Infrastructure\RoutePattern\RoutePatternParser.cs (1)
620? new TextSpan(_lexer.Text.Last().Span.End, 0)
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (1)
109var lastVC = result.Last();