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 48if (stepResult is not Result.DONE and not Result.ROW)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
346if (stepResult == Result.ROW)
Storage\SQLite\v2\SQLitePersistentStorage_StringIds.cs (2)
150if (stepResult == Result.ROW) 182while ((stepResult = statement.Step()) == Result.ROW)