2 references to Decode
Microsoft.CodeAnalysis (2)
Text\LargeText.cs (1)
56=> Decode(stream, encoding, checksumAlgorithm, throwIfBinaryDetected, canBeEmbedded, embeddedTextBlob: default);
Text\SourceText.cs (1)
226return LargeText.Decode(stream, encoding, checksumAlgorithm, throwIfBinaryDetected, canBeEmbedded, embeddedTextBlob);