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)
101
get =>
_protocols
;
239
_protocols =
_protocols
, // Avoid side-effects from setting Protocols