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