2 references to CreateDataSource
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
RazorComponentEndpointDataSourceTest.cs (2)
26
var endpointDataSource =
CreateDataSource
<App>();
39
var endpointDataSource =
CreateDataSource
<App>(builder, services);