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