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