12 instantiations of CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationBuilderExtensions.cs (1)
46return builder.AddExecutionConfigurationGatherer(new CertificateTrustExecutionConfigurationGatherer(configContextFactory));
Aspire.Hosting.Tests (11)
ExecutionConfigurationGathererTests.cs (11)
293var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 321var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 351var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 379var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 401var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 427var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 462var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 492var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 528var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 588var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 651var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);
13 references to CertificateTrustExecutionConfigurationGatherer
Aspire.Hosting (2)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
25/// Initializes a new instance of <see cref="CertificateTrustExecutionConfigurationGatherer"/>.
Dcp\ExecutableConfigurationResolver.cs (1)
52CertificateTrustExecutionConfigurationGatherer.SslCertDirEnvironmentVariable);
Aspire.Hosting.Tests (11)
ExecutionConfigurationGathererTests.cs (11)
293var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 321var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 351var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 379var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 401var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 427var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 462var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 492var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 528var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 588var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory); 651var gatherer = new CertificateTrustExecutionConfigurationGatherer(configContextFactory);