4 references to Resource
Aspire.Hosting (4)
ApplicationModel\ResourceUrlsCallbackContext.cs (3)
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>. 30Resource switch
ProjectResourceBuilderExtensions.cs (1)
468if (context.Resource.TryGetEndpoints(out var endpoints))