2 references to TextChunk
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\Buffering\BufferedTextWriter.cs (1)
26=> _currentOutput.Add(new TextChunk(value));
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Buffering\TextChunkTest.cs (1)
24var chunk = new TextChunk('x');