8 references to WriteToAsync
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\TextChunkListBuilder.cs (2)
46
await buffer[i].
WriteToAsync
(writer, charArraySegments, ref tempBuffer);
56
await buffer[i].
WriteToAsync
(writer, charArraySegments, ref tempBuffer);
Microsoft.AspNetCore.Components.Endpoints.Tests (6)
Buffering\TextChunkPageTest.cs (1)
33
await page.Buffer[i].
WriteToAsync
(writer, charArrayScope.ToString(), ref tempBuffer);
Buffering\TextChunkTest.cs (5)
17
await chunk.
WriteToAsync
(_writer, string.Empty, ref _tempBuffer);
25
await chunk.
WriteToAsync
(_writer, string.Empty, ref _tempBuffer);
39
await chunk.
WriteToAsync
(_writer, charArrayScope.ToString(), ref _tempBuffer);
46
await new TextChunk(123).
WriteToAsync
(_writer, string.Empty, ref _tempBuffer);
47
await new TextChunk(456).
WriteToAsync
(_writer, string.Empty, ref _tempBuffer);