2 writes to _routingDestination
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
1580
_routingDestination
= serverInfo.UserServerName;
1835
_routingDestination
= currentServerInfo.UserServerName;
1 reference to _routingDestination
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
535
return
_routingDestination
;