5 references to RunInTransaction
Microsoft.CodeAnalysis.Workspaces (5)
Storage\SQLite\v2\Interop\SqlConnection.cs (2)
210
/// <inheritdoc cref="
RunInTransaction
{TState, TResult}(Func{TState, TResult}, TState, bool)"/>
213
var (_, exception) =
RunInTransaction
(
Storage\SQLite\v2\SQLitePersistentStorage.Accessor.cs (2)
272
var (stream, exception) = connection.
RunInTransaction
(
301
var (stream, exception) = connection.
RunInTransaction
(
Storage\SQLite\v2\SQLitePersistentStorage_StringIds.cs (1)
76
var (result, exception) = connection.
RunInTransaction
(