2 writes to TestDocumentService
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiDocumentServiceTestsBase.cs (2)
94
((TestServiceProvider)builder.ServiceProvider).
TestDocumentService
= documentService;
140
((TestServiceProvider)builder.ServiceProvider).
TestDocumentService
= documentService;
2 references to TestDocumentService
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiDocumentServiceTestsBase.cs (2)
300
return
TestDocumentService
;
314
return
TestDocumentService
;