4 references to NoIdentity
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
610
get { return (null != _identity && DbConnectionPoolIdentity.
NoIdentity
!= _identity); }
fx\src\data\System\Data\ProviderBase\DbConnectionPoolGroup.cs (1)
170
DbConnectionPoolIdentity currentIdentity = DbConnectionPoolIdentity.
NoIdentity
;
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (2)
72
bool result = ((this ==
NoIdentity
) || (this == value));
100
return
NoIdentity
;