4 references to GetSession
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
2626_stateObj = _parser.GetSession(this);
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
4942TdsParserStateObject stateObj = parser.GetSession(this);
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
1152stateObj = _parser.GetSession(this); 1187byte[] dtcAddress = _parser.GetDTCAddress(ConnectionOptions.ConnectTimeout, _parser.GetSession(this));