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