3 writes to _statusDescription
System.Net.HttpListener (3)
System\Net\HttpListenerResponse.cs (2)
151
return
_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
;