28 references to Unspecified
System (28)
net\System\Net\_AuthenticationManagerBase.cs (4)
28
private static TriState s_OSSupportsExtendedProtection = TriState.
Unspecified
;
29
private static TriState s_SspSupportsExtendedProtection = TriState.
Unspecified
;
67
if (s_OSSupportsExtendedProtection == TriState.
Unspecified
)
107
if (s_SspSupportsExtendedProtection == TriState.
Unspecified
)
net\System\Net\_Connection.cs (12)
594
TriState startRequestResult = TriState.
Unspecified
;
708
if (startRequestResult == TriState.
Unspecified
)
748
if (startRequestResult != TriState.
Unspecified
) {
762
if (startRequestResult == TriState.
Unspecified
&& triStateAsync != null) {
863
return TriState.
Unspecified
; // don't use it
874
return TriState.
Unspecified
; // don't use it
1279
GlobalLog.Assert(startRequestResult != TriState.
Unspecified
, "WriteStartNextRequest got TriState.Unspecified from StartRequest, things are about to hang!");
1314
TriState startRequestResult = TriState.
Unspecified
;
1322
if (!calledCloseConnection && startRequestResult != TriState.
Unspecified
)
1373
TriState startRequestResult = TriState.
Unspecified
;
1488
GlobalLog.Assert(startRequestResult != TriState.
Unspecified
, "ReadStartNextRequest got TriState.Unspecified from StartRequest, things are about to hang!");
1512
if (startRequestResult != TriState.
Unspecified
)
net\System\Net\_FtpControlStream.cs (1)
1250
return TriState.
Unspecified
;
net\System\Net\Cache\IERequestCache.cs (3)
979
cacheCommitAction = TriState.
Unspecified
; // Partial
997
cacheCommitAction = TriState.
Unspecified
; // Partial
1037
if (cacheCommitAction == TriState.
Unspecified
)
net\System\Net\HttpListenerRequest.cs (2)
280
m_KeepAlive = TriState.
Unspecified
;
719
if (m_KeepAlive == TriState.
Unspecified
)
net\System\Net\HttpWebRequest.cs (2)
841
if (_RequestIsAsync == TriState.
Unspecified
) {
5168
_RequestIsAsync = TriState.
Unspecified
;
net\System\Net\ServicePoint.cs (4)
118
m_HostLoopbackGuess = TriState.
Unspecified
;
151
m_HostLoopbackGuess = TriState.
Unspecified
;
757
if (!m_UserChangedLimit && m_IPAddressInfoList == null && m_HostLoopbackGuess == TriState.
Unspecified
)
762
if (!m_UserChangedLimit && m_IPAddressInfoList == null && m_HostLoopbackGuess == TriState.
Unspecified
)