3 references to NoIdentity
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionPool.cs (1)
505get { return (null != _identity && DbConnectionPoolIdentity.NoIdentity != _identity); }
System\Data\ProviderBase\DbConnectionPoolGroup.cs (1)
179DbConnectionPoolIdentity? currentIdentity = DbConnectionPoolIdentity.NoIdentity;
System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
45bool result = ((this == NoIdentity) || (this == value));