Base:
property
IsNonPoolableTransactionRoot
System.Data.ProviderBase.DbConnectionInternal.IsNonPoolableTransactionRoot
1 override of IsNonPoolableTransactionRoot
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
582
override protected internal bool
IsNonPoolableTransactionRoot
{
2 references to IsNonPoolableTransactionRoot
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (1)
351
Debug.Assert (!
IsNonPoolableTransactionRoot
, "cannot defect an active delegated transaction!"); // potential race condition, but it's an assert
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (1)
297
if (!
IsNonPoolableTransactionRoot
) {