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)
4942
TdsParserStateObject stateObj = parser.
GetSession
(this);
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
1152
stateObj = _parser.
GetSession
(this);
1187
byte[] dtcAddress = _parser.GetDTCAddress(ConnectionOptions.ConnectTimeout, _parser.
GetSession
(this));