5 writes to _statusDescription
System.Web (5)
HttpResponse.cs (5)
1430_statusDescription = description; 1501_statusDescription = null; 1551_statusDescription = HttpWorkerRequest.GetStatusDescription(_statusCode); 1562_statusDescription = value; 2120_statusDescription = null;
3 references to _statusDescription
System.Web (3)
HttpResponse.cs (3)
1106statusDescription = _statusDescription; 1550if (_statusDescription == null) 1553return _statusDescription;