4 references to GetSubSequence
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractVirtualCharService.cs (1)
242return 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)); 178return this.GetSubSequence(TextSpan.FromBounds(start, this.Length));