6 writes to canceling
System.Data.OleDb (6)
OleDbCommand.cs (5)
482
this.
canceling
= true;
492
this.
canceling
= true;
510
this.
canceling
= canceling;
705
this.
canceling
= true;
1386
this.
canceling
= false;
OleDbDataReader.cs (1)
727
_command?.
canceling
= canceling;
6 references to canceling
System.Data.OleDb (6)
OleDbCommand.cs (1)
531
if (
canceling
)
OleDbDataReader.cs (5)
653
if ((null != cmd) && cmd.
canceling
)
677
if ((null != cmd) && !cmd.
canceling
)
1234
if ((null != command) && command.
canceling
)
1324
if ((null != command) && command.
canceling
)
1366
if ((null != command) && command.
canceling
)