1 write to _endpoints
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentEndpointDataSource.cs (1)
172
_endpoints
= endpoints;
5 references to _endpoints
Microsoft.AspNetCore.Components.Endpoints (5)
Builder\RazorComponentEndpointDataSource.cs (5)
78
Debug.Assert(
_endpoints
!= null);
79
return
_endpoints
;
87
if (
_endpoints
== null)
91
if (
_endpoints
== null)
209
Debug.Assert(
_endpoints
!= null);