9 references to Exists
Aspire.Hosting (4)
Dashboard\DashboardEventHandlers.cs (2)
593if (otlpGrpc.Exists) 599if (otlpHttp.Exists)
ResourceBuilderExtensions.cs (2)
1112if (endpoint.Exists) 1572if (!endpoint.Exists)
Aspire.Hosting.DevTunnels.Tests (3)
DevTunnelResourceBuilderExtensionsTests.cs (3)
138Assert.False(endpointRef.Exists); 160Assert.False(endpointRef.Exists); 178Assert.False(endpointRef.Exists);
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (2)
81var scheme = (httpsEndpoint.Exists, httpEndpoint.Exists) switch