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