3 instantiations of TestServiceProvider
Microsoft.AspNetCore.OpenApi.Tests (3)
Services\OpenApiDocumentServiceTestsBase.cs (3)
161new DefaultParameterPolicyFactory(Options.Create(options), new TestServiceProvider()), 172var serviceProvider = new TestServiceProvider(); 264public static TestServiceProvider Instance { get; } = new TestServiceProvider();
8 references to TestServiceProvider
Microsoft.AspNetCore.OpenApi.Tests (8)
Services\OpenApiDocumentServiceTestsBase.cs (8)
35var scopedService = ((TestServiceProvider)builder.ServiceProvider).CreateScope(); 44var scopedService = ((TestServiceProvider)builder.ServiceProvider).CreateScope(); 91((TestServiceProvider)builder.ServiceProvider).TestSchemaService = schemaService; 93((TestServiceProvider)builder.ServiceProvider).TestDocumentService = documentService; 137((TestServiceProvider)builder.ServiceProvider).TestSchemaService = schemaService; 139((TestServiceProvider)builder.ServiceProvider).TestDocumentService = documentService; 172var serviceProvider = new TestServiceProvider(); 264public static TestServiceProvider Instance { get; } = new TestServiceProvider();