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