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