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)
2939return (condition == (condition & _commandBehavior)); 4294if (!more || (_commandBehavior & CommandBehavior.SequentialAccess) == CommandBehavior.SequentialAccess) {