1 write to _currentFlushAsyncTask
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\Buffering\BufferedTextWriter.cs (1)
47
_currentFlushAsyncTask
= FlushAsyncCore(_currentFlushAsyncTask);
2 references to _currentFlushAsyncTask
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\BufferedTextWriter.cs (2)
47
_currentFlushAsyncTask = FlushAsyncCore(
_currentFlushAsyncTask
);
48
return
_currentFlushAsyncTask
;