5 instantiations of AllowedValuesAttribute
Aspire.Hosting.Azure (1)
Provisioning\AzureProvisionerOptions.cs (1)
25
[
AllowedValues
([
Microsoft.Extensions.AI.Abstractions.Tests (3)
Utilities\AIJsonUtilitiesTests.cs (3)
986
[
AllowedValues
("abc", "def", "ghi")]
989
[
AllowedValues
(1, 3, 5)]
992
[
AllowedValues
(1.2, 3.4)]
Microsoft.Extensions.AI.Integration.Tests (1)
ChatClientIntegrationTests.cs (1)
534
[
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.