1 write to _builder
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
CustomSchemaTest.cs (1)
33_builder = new ApplicationBuilder(services.BuildServiceProvider());
2 references to _builder
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
CustomSchemaTest.cs (2)
34using var scope = _builder.ApplicationServices.GetRequiredService<IServiceScopeFactory>().CreateScope(); 42using var scope = _builder.ApplicationServices.GetRequiredService<IServiceScopeFactory>().CreateScope();