3 writes to _commandBehavior
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
109
_commandBehavior
= behavior;
2691
_commandBehavior
&= ~CommandBehavior.SequentialAccess;
2712
_commandBehavior
|= CommandBehavior.SequentialAccess;
2 references to _commandBehavior
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (2)
2939
return (condition == (condition &
_commandBehavior
));
4294
if (!more || (
_commandBehavior
& CommandBehavior.SequentialAccess) == CommandBehavior.SequentialAccess) {