2 instantiations of SimpleRecord
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
51AdditionalValues: [42, false, 3.14, 3.14M, new int[] { 1, 2, 3 }, new SimpleRecord(1, "str", false, 3.14)], 176Value: new(1, "two", true, 3.14),
5 references to SimpleRecord
Microsoft.Extensions.AI.Abstractions.Tests (5)
test\Shared\JsonSchemaExporter\TestTypes.cs (5)
175yield return new TestData<SimpleRecord>( 940public SimpleRecord? Value1 { get; set; } 941public SimpleRecord? Value2 { get; set; } 942public List<SimpleRecord>? ListValue { get; set; } 943public SimpleRecord[]? ArrayValue { get; set; }