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