6 writes to StatusDescription
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (2)
141context.Response.StatusDescription = "Internal Server Error"; 246context.Response.StatusDescription = "OK";
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (2)
141context.Response.StatusDescription = "Internal Server Error"; 246context.Response.StatusDescription = "OK";
System.Net.HttpListener (2)
System\Net\HttpListenerResponse.cs (1)
247StatusDescription = HttpStatusDescription.Get(StatusCode)!;
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (1)
52response.StatusDescription = HttpStatusDescription.Get(HttpStatusCode.SwitchingProtocols)!;
1 reference to StatusDescription
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
273byte[] statusDescriptionBytes = WebHeaderEncoding.GetBytes(StatusDescription);