3 writes to _statusDescription
System.Net.HttpListener (3)
System\Net\HttpListenerResponse.cs (2)
151return _statusDescription ??= HttpStatusDescription.Get(StatusCode) ?? string.Empty; 169_statusDescription = value;
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
157_statusDescription = templateResponse._statusDescription;
1 reference to _statusDescription
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
157_statusDescription = templateResponse._statusDescription;