5 writes to _tempBuffer
Microsoft.AspNetCore.Components.Endpoints.Tests (5)
Buffering\TextChunkTest.cs (5)
17await chunk.WriteToAsync(_writer, string.Empty, ref _tempBuffer); 25await chunk.WriteToAsync(_writer, string.Empty, ref _tempBuffer); 39await chunk.WriteToAsync(_writer, charArrayScope.ToString(), ref _tempBuffer); 46await new TextChunk(123).WriteToAsync(_writer, string.Empty, ref _tempBuffer); 47await new TextChunk(456).WriteToAsync(_writer, string.Empty, ref _tempBuffer);