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