6 references to IsPlatformNT5
System.Data (6)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2079if (IsPlatformNT5) {
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
498if(ADP.IsPlatformNT5) {
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (2)
100if (ADP.IsPlatformNT5) { 176if (ADP.IsPlatformNT5) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1881if (ADP.IsPlatformNT5) { 2465if (ADP.IsPlatformNT5) {