5 references to ROW
Microsoft.CodeAnalysis.Workspaces (5)
Storage\SQLite\v2\Interop\SqlStatement.cs (2)
15
/// value, or <see cref="Result.
ROW
"/> if it evaluated out to a sql row that can
47
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)
149
if (stepResult == Result.
ROW
)
181
while ((stepResult = statement.Step()) == Result.
ROW
)