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