7 instantiations of StaticValueProvider
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (1)
93public StaticValueProvider<string> Version { get; } = new();
PromptAgent\AzurePromptAgentResource.cs (1)
136public StaticValueProvider<string> Version { get; } = new();
Aspire.Hosting.Foundry.Tests (5)
StaticValueProviderTests.cs (5)
11var provider = new StaticValueProvider<string>(); 21var provider = new StaticValueProvider<string>(); 30var provider = new StaticValueProvider<string>(); 39var provider = new StaticValueProvider<string>("preset"); 48var provider = new StaticValueProvider<int>();
9 references to StaticValueProvider
Aspire.Hosting.Foundry (4)
HostedAgent\AzureHostedAgentResource.cs (3)
93public StaticValueProvider<string> Version { get; } = new(); 535/// Creates a new instance of the <see cref="StaticValueProvider{T}"/> class. 543/// Creates a new instance of the <see cref="StaticValueProvider{T}"/> class.
PromptAgent\AzurePromptAgentResource.cs (1)
136public StaticValueProvider<string> Version { get; } = new();
Aspire.Hosting.Foundry.Tests (5)
StaticValueProviderTests.cs (5)
11var provider = new StaticValueProvider<string>(); 21var provider = new StaticValueProvider<string>(); 30var provider = new StaticValueProvider<string>(); 39var provider = new StaticValueProvider<string>("preset"); 48var provider = new StaticValueProvider<int>();