3 writes to _httpProtocol
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.cs (1)
362_httpProtocol = null;
Internal\Http\HttpProtocol.FeatureCollection.cs (2)
24get => _httpProtocol ??= HttpVersion; 25set => _httpProtocol = value;