// Generated by tsbindgen - Architecture // Namespace: Microsoft.EntityFrameworkCore.Infrastructure.Internal // Facade - Public API Surface // Import internal declarations import * as Internal from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; // Core type aliases from @tsonic/core import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js'; // Cross-namespace type imports for constraints import type { IDiagnosticsLogger_1 } from './Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js'; import type { ConcurrencyDetectorCriticalSectionDisposer, DbSetProperty, IConcurrencyDetector, ICoreSingletonOptions, ICurrentDbContext, IDbContextOptions, IDbContextOptionsConfiguration_1, IDbSetFinder, IInfrastructure_1, IInternalServiceCollectionMap, ILazyLoader, IResettableService, ISingletonOptions } from './Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js'; import type { IInjectableService } from './Microsoft.EntityFrameworkCore.Internal/internal/index.js'; import type { IEntityType, ITypeBase } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js'; import type { DbContext, DbContextOptionsBuilder, DbLoggerCategory_Infrastructure, QueryTrackingBehavior } from './Microsoft.EntityFrameworkCore/internal/index.js'; import type { IComparer, IList, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js'; import type { Action, Boolean as ClrBoolean, IDisposable, Int32, IServiceProvider, Nullable, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js'; import type { MemberInfo } from '@tsonic/dotnet/System.Reflection.js'; import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js'; import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js'; import type { IServiceCollection, ServiceDescriptor, ServiceLifetime } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js'; // Public API exports (curated - no internal $instance/$views leakage) export { ConcurrencyDetector as ConcurrencyDetector } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { CoreSingletonOptions as CoreSingletonOptions } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { CurrentDbContext as CurrentDbContext } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { DbContextOptionsConfiguration_1 as DbContextOptionsConfiguration } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { DbContextOptionsExtensions$instance as DbContextOptionsExtensions } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { DbSetFinder as DbSetFinder } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { EntityFrameworkMetrics as EntityFrameworkMetrics } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export type ILazyLoaderFactory = Internal.ILazyLoaderFactory; export { InfrastructureExtensions$instance as InfrastructureExtensions } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { InternalServiceCollectionMap as InternalServiceCollectionMap } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { LazyLoader as LazyLoader } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { LazyLoaderFactory as LazyLoaderFactory } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; export { MemberInfoNameComparer as MemberInfoNameComparer } from './Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.js'; // Extension methods (C# using semantics) export type { ExtensionMethods_Microsoft_EntityFrameworkCore_Infrastructure_Internal as ExtensionMethods } from './__internal/extensions/index.js';