Microsoft.Data.SqlClient.Connection.SqlConnectionInternal
namespace Microsoft.Data.SqlClient.Connection
{
internal class SqlConnectionInternal : DbConnectionInternal, IDisposable
{
protected byte[] GetDTCAddress();
protected void PropagateTransactionCookie(byte[] cookie);
}
}