6 references to EndpointNames
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
826var isExplicitlyNamed = annotation.EndpointNames.Contains(endpointName); 1422endpointReferenceAnnotation.EndpointNames.Add(endpointName);
Aspire.Hosting.Blazor (2)
BlazorGatewayExtensions.cs (2)
631foreach (var endpointName in annotation.EndpointNames) 668foreach (var endpointName in endpointRef.EndpointNames)
Aspire.Hosting.Blazor.Tests (2)
WithBlazorAppTests.cs (2)
432Assert.Collection(endpointRef.EndpointNames, 473Assert.Collection(endpointRef.EndpointNames.Order(),