3 references to DONE
Microsoft.CodeAnalysis.Workspaces (3)
Storage\SQLite\v2\Interop\SqlConnection.cs (1)
182
if (result != Result.
DONE
&& throwOnError)
Storage\SQLite\v2\Interop\SqlStatement.cs (2)
15
/// either <see cref="Result.
DONE
"/> if the command completed and produced no
48
if (stepResult is not Result.
DONE
and not Result.ROW)