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