4 references to GetSubSequence
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractVirtualCharService.cs (1)
242
return sequence.
GetSubSequence
(TextSpan.FromBounds(startIndexInclusive, endIndexExclusive));
VirtualCharSequence.Chunks.cs (1)
87
/// do not want that should then ask for an appropriate <see cref="VirtualCharSequence.
GetSubSequence
"/>
VirtualCharSequence.cs (2)
165
=> this.
GetSubSequence
(TextSpan.FromBounds(count, this.Length));
178
return this.
GetSubSequence
(TextSpan.FromBounds(start, this.Length));