1 instantiation of SqlNotificationRequest
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
1119
cmd.Notification = new
SqlNotificationRequest
();
9 references to SqlNotificationRequest
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
259
private
SqlNotificationRequest
_notification;
568
public
SqlNotificationRequest
Notification {
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
276
SqlNotificationRequest
notificationRequest = sqlCommand.Notification;
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
1071
internal void StartTimer(
SqlNotificationRequest
notificationRequest) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
7932
internal Task TdsExecuteSQLBatch(string text, int timeout,
SqlNotificationRequest
notificationRequest, TdsParserStateObject stateObj, bool sync, bool callerHasConnectionLock = false, byte[] enclavePackage = null) {
8044
internal Task TdsExecuteRPC(SqlCommand cmd, _SqlRPC[] rpcArray, int timeout, bool inSchema,
SqlNotificationRequest
notificationRequest, TdsParserStateObject stateObj, bool isCommandProc, bool sync = true,
9684
private int GetNotificationHeaderSize(
SqlNotificationRequest
notificationRequest) {
9728
private void WriteQueryNotificationHeaderData(
SqlNotificationRequest
notificationRequest, TdsParserStateObject stateObj) {
9776
private void WriteRPCBatchHeaders(TdsParserStateObject stateObj,
SqlNotificationRequest
notificationRequest) {