3 references to TextChunk
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\Buffering\BufferedTextWriter.cs (1)
40
=> _currentOutput.Add(new
TextChunk
(value));
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Buffering\TextChunkTest.cs (2)
46
await new
TextChunk
(123).WriteToAsync(_writer, string.Empty, ref _tempBuffer);
47
await new
TextChunk
(456).WriteToAsync(_writer, string.Empty, ref _tempBuffer);