8 references to Resource
Aspire.Hosting (7)
ApplicationModel\ResourceUrlsCallbackContext.cs (6)
25
/// Gets an endpoint reference from <see cref="
Resource
"/> for the specified endpoint name.<br/>
26
/// If <see cref="
Resource
"/> does not implement <see cref="IResourceWithEndpoints"/> then returns <c>null</c>.
30
Resource
switch
37
/// Gets an endpoint reference from <see cref="
Resource
"/> for the specified endpoint name.<br/>
38
/// If <see cref="
Resource
"/> does not implement <see cref="IResourceWithEndpoints"/> then returns <c>null</c>.
43
Resource
switch
ProjectResourceBuilderExtensions.cs (1)
605
if (context.
Resource
.TryGetEndpoints(out var endpoints))
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
573
var portResource = (DevTunnelPortResource)context.
Resource
;