1 write to _endpoints
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetEndpointDataSource.cs (1)
113
_endpoints
= endpoints;
5 references to _endpoints
Microsoft.AspNetCore.StaticAssets (5)
StaticAssetEndpointDataSource.cs (5)
78
Debug.Assert(
_endpoints
!= null);
79
return
_endpoints
;
87
if (
_endpoints
== null)
91
if (
_endpoints
== null)
126
Debug.Assert(
_endpoints
!= null);