1 instantiation of ObjectReaderTextReader
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SourceTextExtensions.cs (1)
265return new ObjectReaderTextReader(builder.ToImmutable(), chunkSize, length);
1 reference to ObjectReaderTextReader
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\SourceTextExtensions.cs (1)
228using var textReader = ObjectReaderTextReader.Create(reader);