1 write to ProxyEnabled
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
909builder.WithAnnotation(new ProxySupportAnnotation { ProxyEnabled = proxyEnabled }, ResourceAnnotationMutationBehavior.Replace);
1 reference to ProxyEnabled
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
662return !resource.TryGetLastAnnotation<ProxySupportAnnotation>(out var proxySupportAnnotation) || proxySupportAnnotation.ProxyEnabled;