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