1 instantiation of ServiceProducerAnnotation
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
1443var spAnn = new ServiceProducerAnnotation(sp.Service.Metadata.Name);
5 references to ServiceProducerAnnotation
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (2)
405var serviceProducerAnnotations = JsonSerializer.Deserialize<ServiceProducerAnnotation[]>(servicesProducedAnnotationJson); 1443var spAnn = new ServiceProducerAnnotation(sp.Service.Metadata.Name);
Dcp\Model\ModelCommon.cs (3)
200if (obj is null || obj is not ServiceProducerAnnotation) { return false; } 202var other = (ServiceProducerAnnotation)obj;