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)
44public bool IsHtmlResponse => _isHtmlResponse == true; 90if (_isHtmlResponse.HasValue) 105if (!_isHtmlResponse.Value) 187Debug.Assert(_isHtmlResponse != true);