1 write to UseAllEndpoints
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1418
endpointReferenceAnnotation.
UseAllEndpoints
= true;
7 references to UseAllEndpoints
Aspire.Hosting (2)
ApplicationModel\EndpointReferenceAnnotation.cs (1)
25
/// Gets the set of specific endpoint names that are referenced. When <see cref="
UseAllEndpoints
"/> is <see langword="true"/>, this set is ignored.
ResourceBuilderExtensions.cs (1)
827
var isIncludedByDefault = annotation.
UseAllEndpoints
&& !endpoint.ExcludeReferenceEndpoint;
Aspire.Hosting.Blazor (2)
BlazorGatewayExtensions.cs (2)
629
if (!annotation.
UseAllEndpoints
)
664
if (!endpointRef.
UseAllEndpoints
)
Aspire.Hosting.Blazor.Tests (3)
WithBlazorAppTests.cs (3)
402
Assert.True(endpointRef.
UseAllEndpoints
);
431
Assert.False(endpointRef.
UseAllEndpoints
);
472
Assert.False(endpointRef.
UseAllEndpoints
);