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