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