2 writes to IsInTransaction
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\Interop\SqlConnection.cs (2)
238
IsInTransaction
= true;
283
IsInTransaction
= false;
4 references to IsInTransaction
Microsoft.CodeAnalysis.Workspaces (4)
Storage\SQLite\v2\Interop\SqlConnection.cs (2)
233
if (
IsInTransaction
)
372
if (!
IsInTransaction
)
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (1)
386
if (!connection.
IsInTransaction
)
Storage\SQLite\v2\SQLitePersistentStorage_StringIds.cs (1)
110
if (!connection.
IsInTransaction
)