1 instantiation of RecordWithOptionalParameters
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
205Value: new(1, "two", true, 3.14, StringEnum.A),
2 references to RecordWithOptionalParameters
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
204yield return new TestData<RecordWithOptionalParameters>( 1256[JsonSerializable(typeof(RecordWithOptionalParameters))]