1 write to _isHtmlResponse
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
src\sdk\src\Dotnet.Watch\Web.Middleware\ResponseStreamWrapper.cs (1)
104
_isHtmlResponse
=
4 references to _isHtmlResponse
Microsoft.AspNetCore.Watch.BrowserRefresh (4)
src\sdk\src\Dotnet.Watch\Web.Middleware\ResponseStreamWrapper.cs (4)
51
public bool IsHtmlResponse =>
_isHtmlResponse
== true;
97
if (
_isHtmlResponse
.HasValue)
112
if (!
_isHtmlResponse
.Value)
194
Debug.Assert(
_isHtmlResponse
!= true);