12 writes to _pendingCancel
System.Data (12)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (12)
831
_pendingCancel
= false;
1061
_pendingCancel
= true;
1129
_pendingCancel
= false;
1186
_pendingCancel
= false;
1220
_pendingCancel
= false;
1260
_pendingCancel
= false;
1697
_pendingCancel
= false;
1751
_pendingCancel
= false;
2009
_pendingCancel
= false;
2144
_pendingCancel
= false;
4925
_pendingCancel
= false; // Not really needed, but we'll reset anyways.
4948
_pendingCancel
= false; // Not really needed, but we'll reset anyways.
3 references to _pendingCancel
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
1055
if (!
_pendingCancel
) { // Do nothing if aleady pending.
4924
if (
_pendingCancel
) {
4947
if (
_pendingCancel
) {