1 write to Values
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DeniedValuesAttribute.cs (1)
23
Values
= values;
4 references to Values
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.Create.cs (1)
546
if (CreateJsonArray(deniedValuesAttribute.
Values
, serializerOptions) is { Count: > 0 } enumArray)
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\DeniedValuesAttribute.cs (3)
37
/// <see langword="true" /> if none of the <see cref="
Values
"/> are equal to <paramref name="value"/>,
42
/// provided that <see langword="null"/> is not specified in any of the <see cref="
Values
"/>.
46
foreach (object? denied in
Values
)