12 references to FlushAsync
BasicWebSite (1)
artifacts\obj\BasicWebSite\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Antiforgery__FlushAsyncLayout_cshtml.g.cs (1)
86await 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();