6 references to SqlException
Microsoft.CodeAnalysis.Workspaces (6)
Storage\SQLite\v2\Interop\SqlConnection.cs (4)
211public SqlException? RunInTransaction<TState>(Action<TState> action, TState state, bool throwOnSqlException) 225/// <param name="throwOnSqlException">If a <see cref="SqlException"/> that happens during excution of <paramref 228public (TResult? result, SqlException? exception) RunInTransaction<TState, TResult>( 245catch (SqlException ex)
Storage\SQLite\v2\SQLitePersistentStorage.cs (2)
169private void DisableStorage(SqlException exception) 175public static KeyValueLogMessage GetLogMessage(SqlException exception)