20 references to ProtocolSelectionState
Microsoft.AspNetCore.Server.Kestrel.Core (20)
Internal\HttpConnection.cs (20)
34
private
ProtocolSelectionState
_protocolSelectionState =
ProtocolSelectionState
.Initializing;
71
_protocolSelectionState =
ProtocolSelectionState
.Selected;
79
_protocolSelectionState =
ProtocolSelectionState
.Selected;
84
_protocolSelectionState =
ProtocolSelectionState
.Selected;
150
_protocolSelectionState =
ProtocolSelectionState
.Selected;
155
ProtocolSelectionState
previousState;
159
Debug.Assert(previousState !=
ProtocolSelectionState
.Initializing, "The state should never be initializing");
164
case
ProtocolSelectionState
.Selected:
167
case
ProtocolSelectionState
.Aborted:
174
ProtocolSelectionState
previousState;
178
Debug.Assert(previousState !=
ProtocolSelectionState
.Initializing, "The state should never be initializing");
183
case
ProtocolSelectionState
.Selected:
186
case
ProtocolSelectionState
.Aborted:
193
ProtocolSelectionState
previousState;
198
Debug.Assert(previousState !=
ProtocolSelectionState
.Initializing, "The state should never be initializing");
200
_protocolSelectionState =
ProtocolSelectionState
.Aborted;
205
case
ProtocolSelectionState
.Selected:
208
case
ProtocolSelectionState
.Aborted:
262
if (_protocolSelectionState ==
ProtocolSelectionState
.Aborted)