1 write to _stream
Microsoft.DotNet.ApiCompatibility.Tests (1)
Logging\TestSuppressionEngine.cs (1)
96_stream = new MemoryStream();
3 references to _stream
Microsoft.DotNet.ApiCompatibility.Tests (3)
Logging\TestSuppressionEngine.cs (3)
97_writer = new StreamWriter(_stream); 100_stream.Position = 0; 101return _stream;