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)
74return _endpoints; 145[MemberNotNull(nameof(_endpoints))] 148if (_endpoints is not null) 155if (_endpoints is not null) 221if (_endpoints is not null) 262[MemberNotNull(nameof(_endpoints))] 278private string DebuggerDisplayString => GetDebuggerDisplayStringForEndpoints(_endpoints);