5 references to TdsExecuteRPC
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
4423
writeTask = _stateObj.Parser.
TdsExecuteRPC
(this, _sqlRPCParameterEncryptionReqArray, timeout, inSchema, this.Notification, _stateObj, CommandType.StoredProcedure == CommandType, sync: !asyncWrite);
4434
writeTask = _stateObj.Parser.
TdsExecuteRPC
(this, _SqlRPCBatchArray, timeout, inSchema, this.Notification, _stateObj, CommandType.StoredProcedure == CommandType, sync: !asyncWrite );
4500
writeTask = _stateObj.Parser.
TdsExecuteRPC
(this, _rpcArrayOf1, timeout, inSchema, this.Notification, _stateObj, CommandType.StoredProcedure == CommandType, sync:!asyncWrite);
4535
writeTask=_stateObj.Parser.
TdsExecuteRPC
(this, _rpcArrayOf1, timeout, inSchema, this.Notification, _stateObj, CommandType.StoredProcedure == CommandType, sync:!asyncWrite);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8545
() =>
TdsExecuteRPC
(cmd, rpcArray, timeout, inSchema, notificationRequest, stateObj, isCommandProc, sync, completion,