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)
51public bool IsHtmlResponse => _isHtmlResponse == true; 97if (_isHtmlResponse.HasValue) 112if (!_isHtmlResponse.Value) 194Debug.Assert(_isHtmlResponse != true);