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