2 instantiations of TruncatingStream
Microsoft.CodeAnalysis.UnitTests (2)
EmbeddedTextTests.cs (2)
61Assert.Throws<EndOfStreamException>(() => EmbeddedText.FromStream("path", new TruncatingStream(10))); 62Assert.Throws<EndOfStreamException>(() => EmbeddedText.FromStream("path", new TruncatingStream(1000)));