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