5 references to IsWindowsNT
System.Data.OleDb (5)
System\Data\Common\AdapterUtil.cs (1)
927
internal static readonly bool IsPlatformNT5 = (ADP.
IsWindowsNT
&& (Environment.OSVersion.Version.Major >= 5));
System\Data\ProviderBase\DbConnectionFactory.cs (1)
360
if ((null == poolOptions) && ADP.
IsWindowsNT
)
System\Data\ProviderBase\DbConnectionPool.cs (1)
376
Debug.Assert(ADP.
IsWindowsNT
, "Attempting to construct a connection pool on Win9x?");
System\Data\ProviderBase\DbConnectionPoolGroup.cs (2)
48
Debug.Assert(null == poolGroupOptions || ADP.
IsWindowsNT
, "should not have pooling options on Win9x");
177
Debug.Assert(ADP.
IsWindowsNT
, "should not be pooling on Win9x");