13 references to Exists
Aspire.Hosting (7)
Dashboard\DashboardEventHandlers.cs (5)
616if (otlpGrpc.Exists) 622if (otlpHttp.Exists) 628if (!mcp.Exists) 632if (!mcp.Exists) 638if (mcp.Exists)
ResourceBuilderExtensions.cs (2)
1242if (endpoint.Exists) 1730if (!endpoint.Exists)
Aspire.Hosting.DevTunnels.Tests (3)
DevTunnelResourceBuilderExtensionsTests.cs (3)
135Assert.False(endpointRef.Exists); 157Assert.False(endpointRef.Exists); 175Assert.False(endpointRef.Exists);
Aspire.Hosting.NodeJs (1)
NodeExtensions.cs (1)
146if (!targetEndpoint.Exists)
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (2)
81var scheme = (httpsEndpoint.Exists, httpEndpoint.Exists) switch