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>. 30Resource 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>. 43Resource switch
ProjectResourceBuilderExtensions.cs (1)
605if (context.Resource.TryGetEndpoints(out var endpoints))
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
573var portResource = (DevTunnelPortResource)context.Resource;