3 references to NoIdentity
System.Data.Odbc (3)
Common\System\Data\ProviderBase\DbConnectionPool.cs (1)
265get { return (null != _identity && DbConnectionPoolIdentity.NoIdentity != _identity); }
Common\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
35bool result = ((this == NoIdentity) || (this == value));
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionPoolGroup.cs (1)
144DbConnectionPoolIdentity? currentIdentity = DbConnectionPoolIdentity.NoIdentity;