1 instantiation of EntityFrameworkCoreXmlRepository
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (1)
EntityFrameworkCoreDataProtectionExtensions.cs (1)
32options.XmlRepository = new EntityFrameworkCoreXmlRepository<TContext>(services, loggerFactory);
4 references to EntityFrameworkCoreXmlRepository
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (4)
DataProtectionKey.cs (1)
7/// Code first model used by <see cref="EntityFrameworkCoreXmlRepository{TContext}"/>.
EntityFrameworkCoreDataProtectionExtensions.cs (1)
15/// Extension method class for configuring instances of <see cref="EntityFrameworkCoreXmlRepository{TContext}"/>
EntityFrameworkCoreXmlRepository.cs (2)
24/// Creates a new instance of the <see cref="EntityFrameworkCoreXmlRepository{TContext}"/>. 36_logger = loggerFactory.CreateLogger<EntityFrameworkCoreXmlRepository<TContext>>();