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