3 writes to currentPhase
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (3)
117
currentPhase
= SqlConnectionTimeoutErrorPhase.PreLoginBegin;
124
currentPhase
= timeoutErrorPhase;
140
currentPhase
= SqlConnectionTimeoutErrorPhase.Complete;
5 references to currentPhase
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (5)
86
get { return
currentPhase
; }
108
Debug.Assert(
currentPhase
== SqlConnectionTimeoutErrorPhase.PostLogin, "Should not be switching to the routing destination until Post Login is completed");
147
switch(
currentPhase
)
213
if ((
currentPhase
!= SqlConnectionTimeoutErrorPhase.Undefined) && (
currentPhase
!= SqlConnectionTimeoutErrorPhase.Complete))