2 references to DbConnectionPoolIdentity
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (2)
32
static public readonly DbConnectionPoolIdentity NoIdentity = new
DbConnectionPoolIdentity
(String.Empty, false, true);
178
current = new
DbConnectionPoolIdentity
(sidString, isRestricted, isNetwork);