2 writes to _whereAbouts
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (2)
339
_whereAbouts
= null;
518
_whereAbouts
= dtcAddress;
2 references to _whereAbouts
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnection.cs (2)
512
if (null ==
_whereAbouts
) {
521
cookie = GetTransactionCookie(tx,
_whereAbouts
);