2 references to _services
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
EndpointHtmlRendererTest.cs (2)
1637
var effectiveServices = services ??
_services
;
1656
context.RequestServices ??=
_services
;