6 references to GetSubSequence
Microsoft.AspNetCore.App.Analyzers (6)
Infrastructure\RoutePattern\RoutePatternLexer.cs (2)
32
=> Text.
GetSubSequence
(TextSpan.FromBounds(start, end));
44
return CreateToken(GetKind(ch), Text.
GetSubSequence
(new TextSpan(Position - 1, 1)));
Infrastructure\VirtualChars\AbstractVirtualCharService.cs (1)
240
return sequence.
GetSubSequence
(TextSpan.FromBounds(startIndexInclusive, endIndexExclusive));
Infrastructure\VirtualChars\VirtualCharSequence.Chunks.cs (1)
117
/// do not want that should then ask for an appropriate <see cref="VirtualCharSequence.
GetSubSequence
"/>
Infrastructure\VirtualChars\VirtualCharSequence.cs (2)
179
=> this.
GetSubSequence
(TextSpan.FromBounds(count, this.Length));
194
return this.
GetSubSequence
(TextSpan.FromBounds(start, this.Length));