6 writes to canceling
System.Data (6)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (5)
443
this.
canceling
= true;
452
this.
canceling
= true;
472
this.
canceling
= canceling; // MDAC 71435
651
this.
canceling
= true;
1279
this.
canceling
= false;
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
680
_command.
canceling
= canceling;
6 references to canceling
System.Data (6)
fx\src\data\System\Data\OleDb\OleDbCommand.cs (1)
490
if (
canceling
) {
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (5)
613
if ((null != cmd) && cmd.
canceling
) { // MDAC 68964
632
if ((null != cmd) && !cmd.
canceling
) { // MDAC 71435
1117
if ((null != command) && command.
canceling
) { // MDAC 68964
1199
if ((null != command) && command.
canceling
) { // MDAC 69986
1246
if ((null != command) && command.
canceling
) { // MDAC 69986