5 references to UserInstance
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionFactory.cs (2)
79if (opt.UserInstance) { 141if (((SqlConnectionString) connectionOptions).UserInstance) {
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
370if (connectionOptions.UserInstance && InOutOfProcHelper.InProc) { 1287login.userInstance = ConnectionOptions.UserInstance;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
3117if ( _connHandler.ConnectionOptions.UserInstance &&