9 references to Step
Microsoft.CodeAnalysis.Workspaces (9)
Storage\SQLite\v2\Interop\SqlConnection.cs (1)
181
var result = statement.
Step
(throwOnError);
Storage\SQLite\v2\Interop\SqlStatement.cs (1)
13
/// <see cref="
Step
"/>ed (i.e. executed). Executing a statement can result in
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (4)
345
var stepResult = statement.
Step
();
376
statement.
Step
();
395
statement.Statement.
Step
();
401
statement.Statement.
Step
();
Storage\SQLite\v2\SQLitePersistentStorage_StringIds.cs (3)
125
statement.
Step
();
148
var stepResult = statement.
Step
();
181
while ((stepResult = statement.
Step
()) == Result.ROW)