5 references to OK
Microsoft.CodeAnalysis.Workspaces (5)
Storage\SQLite\Interop\NativeMethods.cs (3)
19
if (result != Result.
OK
)
42
if (result != (int)Result.
OK
)
65
if (result != (int)Result.
OK
)
Storage\SQLite\v2\Interop\SqlConnection.cs (2)
102
if (result != Result.
OK
)
438
if (result != Result.
OK
)