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