2 instantiations of ConnectionPropertyAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
324
return builder.WithAnnotation(new
ConnectionPropertyAnnotation
(name, value));
342
return builder.WithAnnotation(new
ConnectionPropertyAnnotation
(name, ReferenceExpression.Create($"{value}")));
2 references to ConnectionPropertyAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
603
if (resource.TryGetAnnotationsOfType<
ConnectionPropertyAnnotation
>(out var connectionPropertyAnnotations))
605
foreach (
var
annotation in connectionPropertyAnnotations)