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