7 instantiations of HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
55return builder.AddExecutionConfigurationGatherer(new HttpsCertificateExecutionConfigurationGatherer(configContextFactory));
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
616var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 649var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 679var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 699var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 722var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 762var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);
7 references to HttpsCertificateExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
21/// Initializes a new instance of <see cref="HttpsCertificateExecutionConfigurationGatherer"/>.
Aspire.Hosting.Tests (6)
ExecutionConfigurationGathererTests.cs (6)
616var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 649var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 679var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 699var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 722var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory); 762var gatherer = new HttpsCertificateExecutionConfigurationGatherer(configContextFactory);