2 types derived from TextReaderWithLength
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\SourceTextExtensions.cs (1)
233
private sealed class CharArrayChunkTextReader(ImmutableArray<char[]> chunks, int length) :
TextReaderWithLength
(length)
TemporaryStorage\TemporaryStorageService.DirectMemoryAccessStreamReader.cs (1)
14
private sealed unsafe class DirectMemoryAccessStreamReader :
TextReaderWithLength
1 reference to TextReaderWithLength
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\TextFactory\TextFactoryService.cs (1)
35
return (reader is
TextReaderWithLength
textReaderWithLength)