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;
101
return
_stream
;