1 instantiation of StringSyntaxAttribute
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestData.cs (1)
14[StringSyntax(StringSyntaxAttribute.Json)] string ExpectedJsonSchema,
3 references to StringSyntaxAttribute
Microsoft.Extensions.AI.Abstractions.Tests (3)
src\LegacySupport\StringSyntaxAttribute\StringSyntaxAttribute.cs (2)
16/// <summary>Initializes the <see cref="StringSyntaxAttribute"/> with the identifier of the syntax used.</summary> 24/// <summary>Initializes the <see cref="StringSyntaxAttribute"/> with the identifier of the syntax used.</summary>
test\Shared\JsonSchemaExporter\TestData.cs (1)
14[StringSyntax(StringSyntaxAttribute.Json)] string ExpectedJsonSchema,