1 write to _endpoints
Microsoft.AspNetCore.Routing (1)
CompositeEndpointDataSource.cs (1)
274
_endpoints
= endpoints;
7 references to _endpoints
Microsoft.AspNetCore.Routing (7)
CompositeEndpointDataSource.cs (7)
74
return
_endpoints
;
145
[MemberNotNull(nameof(
_endpoints
))]
148
if (
_endpoints
is not null)
155
if (
_endpoints
is not null)
221
if (
_endpoints
is not null)
262
[MemberNotNull(nameof(
_endpoints
))]
278
private string DebuggerDisplayString => GetDebuggerDisplayStringForEndpoints(
_endpoints
);