9 references to Exists
Aspire.Hosting (4)
Dashboard\DashboardEventHandlers.cs (2)
593
if (otlpGrpc.
Exists
)
599
if (otlpHttp.
Exists
)
ResourceBuilderExtensions.cs (2)
1112
if (endpoint.
Exists
)
1572
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.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (2)
81
var scheme = (httpsEndpoint.
Exists
, httpEndpoint.
Exists
) switch