3 references to IsEmancipated
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
730
Debug.Assert(!
IsEmancipated
,"pooled object not in pool");
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
699
Debug.Assert(!obj.
IsEmancipated
, "pooled object not in pool");
1710
if (obj.
IsEmancipated
) {