6 writes to _contentLength
System.Net.HttpListener (6)
System\Net\HttpListenerResponse.cs (2)
71_contentLength = -1; 96_contentLength = value;
System\Net\Managed\HttpListenerResponse.Managed.cs (4)
155_contentLength = templateResponse._contentLength; 189_contentLength = -1; 194_contentLength = 0; 202_contentLength = CanSendResponseBody(_httpContext!.Response.StatusCode) ? -1 : 0;
3 references to _contentLength
System.Net.HttpListener (3)
System\Net\HttpListenerResponse.cs (1)
90get => _contentLength;
System\Net\Managed\HttpListenerResponse.Managed.cs (2)
155_contentLength = templateResponse._contentLength; 207_webHeaders.Set(HttpKnownHeaderNames.ContentLength, _contentLength.ToString("D", CultureInfo.InvariantCulture));