2 writes to Version
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpParser.cs (1)
177versionAndMethod.Version = httpVersion;
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Mocks\NullParser.cs (1)
39new HttpVersionAndMethod(HttpMethod.Get, 3) { Version = HttpVersion.Http11 },
2 references to Version
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
331_httpVersion = versionAndMethod.Version;
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
907var version = versionAndMethod.Version;