1 write to FlushedOutput
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Buffering\BufferedTextWriterTest.cs (1)
86FlushedOutput = ToString();
3 references to FlushedOutput
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Buffering\BufferedTextWriterTest.cs (3)
59Assert.Empty(underlying.FlushedOutput); 62Assert.Equal("a", underlying.FlushedOutput); 69Assert.Equal("abc", underlying.FlushedOutput);