4 references to Initializing
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\HttpConnection.cs (4)
34private ProtocolSelectionState _protocolSelectionState = ProtocolSelectionState.Initializing; 159Debug.Assert(previousState != ProtocolSelectionState.Initializing, "The state should never be initializing"); 178Debug.Assert(previousState != ProtocolSelectionState.Initializing, "The state should never be initializing"); 198Debug.Assert(previousState != ProtocolSelectionState.Initializing, "The state should never be initializing");