2 references to CreateDefaultServiceCollection
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
EndpointHtmlRendererTest.cs (2)
41
private readonly IServiceProvider _services =
CreateDefaultServiceCollection
().BuildServiceProvider();
662
var collection =
CreateDefaultServiceCollection
();