3 references to IsEmancipated
System.Data.Odbc (3)
Common\System\Data\ProviderBase\DbConnectionPool.cs (2)
333
Debug.Assert(!obj.
IsEmancipated
, "pooled object not in pool");
1080
if (obj.
IsEmancipated
)
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionInternal.cs (1)
378
Debug.Assert(!
IsEmancipated
, "pooled object not in pool");