2 instantiations of SecretRedactionHistory
Aspire.Hosting.Tests (2)
Orchestrator\ParameterProcessorTests.cs (2)
1195var redactionHistory = new SecretRedactionHistory(); 1215var redactionHistory = new SecretRedactionHistory();
11 references to SecretRedactionHistory
Aspire.Hosting (8)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (5)
1222/// AppHost-scoped <see cref="SecretRedactionHistory"/> (which <c>ParameterProcessor</c> also populates at 1263return serviceProvider.GetRequiredService<SecretRedactionHistory>().AddValuesAndSnapshot(resolvedThisPass); 1287/// The discovered set is merged into the AppHost-scoped, add-only <see cref="SecretRedactionHistory"/>: it only 1295var history = serviceProvider.GetRequiredService<SecretRedactionHistory>();
DistributedApplicationBuilder.cs (2)
385parameterProcessor.SecretRedactionHistory = sp.GetRequiredService<SecretRedactionHistory>(); 432_innerBuilder.Services.AddSingleton<SecretRedactionHistory>();
Orchestrator\ParameterProcessor.cs (1)
44internal SecretRedactionHistory? SecretRedactionHistory { get; set; }
Aspire.Hosting.Tests (3)
Orchestrator\ParameterProcessorTests.cs (3)
1195var redactionHistory = new SecretRedactionHistory(); 1215var redactionHistory = new SecretRedactionHistory(); 1272SecretRedactionHistory? secretRedactionHistory = null)