1 write to _isHtmlResponse
Microsoft.AspNetCore.Watch.BrowserRefresh (1)
ResponseStreamWrapper.cs (1)
97
_isHtmlResponse
=
4 references to _isHtmlResponse
Microsoft.AspNetCore.Watch.BrowserRefresh (4)
ResponseStreamWrapper.cs (4)
44
public bool IsHtmlResponse =>
_isHtmlResponse
== true;
90
if (
_isHtmlResponse
.HasValue)
105
if (!
_isHtmlResponse
.Value)
187
Debug.Assert(
_isHtmlResponse
!= true);