1 write to _services
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (1)
EntityFrameworkCoreXmlRepository.cs (1)
37
_services
= services ?? throw new ArgumentNullException(nameof(services));
2 references to _services
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (2)
EntityFrameworkCoreXmlRepository.cs (2)
48
using (var scope =
_services
.CreateScope())
68
using (var scope =
_services
.CreateScope())