3 references to IsEmancipated
System.Data.OleDb (3)
System\Data\ProviderBase\DbConnectionInternal.Shared.cs (1)
543Debug.Assert(!IsEmancipated, "pooled object not in pool");
System\Data\ProviderBase\DbConnectionPool.cs (2)
602Debug.Assert(!obj.IsEmancipated, "pooled object not in pool"); 1617if (obj.IsEmancipated)