1 write to _endpoints
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentEndpointDataSource.cs (1)
164
_endpoints
= endpoints;
5 references to _endpoints
Microsoft.AspNetCore.Components.Endpoints (5)
Builder\RazorComponentEndpointDataSource.cs (5)
82
Debug.Assert(
_endpoints
!= null);
83
return
_endpoints
;
91
if (
_endpoints
== null)
95
if (
_endpoints
== null)
211
Debug.Assert(
_endpoints
!= null);