2 writes to _protocols
Microsoft.AspNetCore.Server.Kestrel.Core (2)
ListenOptions.cs (2)
104_protocols = value; 239_protocols = _protocols, // Avoid side-effects from setting Protocols
2 references to _protocols
Microsoft.AspNetCore.Server.Kestrel.Core (2)
ListenOptions.cs (2)
101get => _protocols; 239_protocols = _protocols, // Avoid side-effects from setting Protocols