11 references to FlushAsync
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPageBase.cs (2)
680/// <see cref="FlushAsync"/> is called. For example, call <see cref="SetAntiforgeryCookieAndHeader"/> to send 710/// before <see cref="RazorPageBase.FlushAsync"/> flushes the headers. </remarks>
Microsoft.AspNetCore.Mvc.Razor.Test (9)
RazorPageTest.cs (5)
126await v.FlushAsync(); 870await p.FlushAsync(); 892await p.FlushAsync(); 911await p.FlushAsync(); 933actual = await p.FlushAsync();
RazorViewTest.cs (4)
1383await v.FlushAsync(); 1438await v.FlushAsync(); 1485v.FlushAsync().Wait(); 1517await v.FlushAsync();