5 references to ROW
Microsoft.CodeAnalysis.Workspaces (5)
Storage\SQLite\v2\Interop\SqlStatement.cs (2)
16
/// value, or <see cref="Result.
ROW
"/> if it evaluated out to a sql row that can
48
if (stepResult is not Result.DONE and not Result.
ROW
)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
346
if (stepResult == Result.
ROW
)
Storage\SQLite\v2\SQLitePersistentStorage_StringIds.cs (2)
150
if (stepResult == Result.
ROW
)
182
while ((stepResult = statement.Step()) == Result.
ROW
)