2 implementations of IResourceWithCustomWithReference
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsResource.cs (1)
17public class AzureFunctionsProjectResource(string name) : ProjectResource(name), IResourceWithCustomWithReference<AzureFunctionsProjectResource>
Aspire.Hosting.Qdrant (1)
QdrantServerResource.cs (1)
10public class QdrantServerResource : ContainerResource, IResourceWithConnectionString, IResourceWithCustomWithReference<QdrantServerResource>
5 references to IResourceWithCustomWithReference
Aspire.Hosting (3)
ApplicationModel\IResourceWithCustomWithReference.cs (1)
19where TSelf : IResource, IResourceWithCustomWithReference<TSelf>
ResourceBuilderExtensions.cs (2)
656&& i.GetGenericTypeDefinition() == typeof(IResourceWithCustomWithReference<>) 677where TCustom : class, IResource, IResourceWithCustomWithReference<TCustom>
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsResource.cs (1)
21static IResourceBuilder<TDestination>? IResourceWithCustomWithReference<AzureFunctionsProjectResource>.TryWithReference<TDestination>(
Aspire.Hosting.Qdrant (1)
QdrantServerResource.cs (1)
105static IResourceBuilder<TDestination>? IResourceWithCustomWithReference<QdrantServerResource>.TryWithReference<TDestination>(