1 write to _isHtmlResponse
Microsoft.DotNet.HotReload.Web.Middleware.Package (1)
ResponseStreamWrapper.cs (1)
104
_isHtmlResponse
=
4 references to _isHtmlResponse
Microsoft.DotNet.HotReload.Web.Middleware.Package (4)
ResponseStreamWrapper.cs (4)
51
public bool IsHtmlResponse =>
_isHtmlResponse
== true;
97
if (
_isHtmlResponse
.HasValue)
112
if (!
_isHtmlResponse
.Value)
194
Debug.Assert(
_isHtmlResponse
!= true);