2 references to LargeText
Microsoft.CodeAnalysis (1)
Text\LargeText.cs (1)
91
return new
LargeText
(chunks, encodingOpt, checksumAlgorithm);
Microsoft.CodeAnalysis.UnitTests (1)
Text\TextLineNewLineTests.cs (1)
190
return new
LargeText
(builder.MoveToImmutable(), Encoding.UTF8, SourceHashAlgorithm.Sha1);