22 references to Exists
Aspire.Hosting (16)
ApplicationModel\McpServerEndpointAnnotation.cs (1)
43
if (!endpoint.
Exists
)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
388
if (!mcpEndpoint.
Exists
)
Backchannel\DashboardUrlsHelper.cs (3)
70
var apiEndpoint = httpsEndpoint.
Exists
? httpsEndpoint : httpEndpoint;
71
if (apiEndpoint.
Exists
)
78
if (mcpEndpoint.
Exists
)
Dashboard\DashboardEventHandlers.cs (8)
384
var endpoint = httpsEndpoint.
Exists
? httpsEndpoint : httpEndpoint;
385
if (endpoint.
Exists
)
650
if (otlpGrpc.
Exists
)
656
if (otlpHttp.
Exists
)
662
if (!mcp.
Exists
)
666
if (!mcp.
Exists
)
672
if (mcp.
Exists
)
703
if (publicEndpoint.
Exists
)
McpServerResourceBuilderExtensions.cs (1)
82
if (!endpoint.
Exists
)
ResourceBuilderExtensions.cs (2)
1385
if (endpoint.
Exists
)
1918
if (!endpoint.
Exists
)
Aspire.Hosting.DevTunnels.Tests (3)
DevTunnelResourceBuilderExtensionsTests.cs (3)
138
Assert.False(endpointRef.
Exists
);
160
Assert.False(endpointRef.
Exists
);
178
Assert.False(endpointRef.
Exists
);
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
526
if (!targetEndpoint.
Exists
)
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (2)
77
var hasHttpsEndpoint = endpoints.Any(e => e.
Exists
&& e.IsHttps);
78
var hasHttpEndpoint = endpoints.Any(e => e.
Exists
&& e.IsHttp);