3 references to Decode
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
145return LargeText.Decode(reader, length, encoding, checksumAlgorithm);
Microsoft.CodeAnalysis.UnitTests (2)
Text\LargeTextTests.cs (1)
38return LargeText.Decode(reader, length, encoding ?? Encoding.UTF8, SourceHashAlgorithm.Sha1);
Text\SourceTextTests.cs (1)
266allSourceTexts.Add(LargeText.Decode(new StringReader(randomText), randomText.Length, encoding, algorithm));