5 instantiations of AllowedValuesAttribute
Aspire.Hosting.Azure (1)
Provisioning\AzureProvisionerOptions.cs (1)
23
[
AllowedValues
([
Microsoft.Extensions.AI.Abstractions.Tests (3)
Utilities\AIJsonUtilitiesTests.cs (3)
951
[
AllowedValues
("abc", "def", "ghi")]
954
[
AllowedValues
(1, 3, 5)]
957
[
AllowedValues
(1.2, 3.4)]
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
525
[
AllowedValues
("abc", "def", "default")]
1 reference to AllowedValuesAttribute
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\AllowedValuesAttribute.cs (1)
15
/// Initializes a new instance of the <see cref="
AllowedValuesAttribute
"/> class.