3 instantiations of SimpleRecordStruct
Microsoft.Extensions.AI.Abstractions.Tests (3)
test\Shared\JsonSchemaExporter\TestTypes.cs (3)
125new(1, "two", true, 3.14),
191Value: new(1, "two", true, 3.14),
443var recordStruct = new SimpleRecordStruct(42, "str", true, 3.14);
9 references to SimpleRecordStruct
Microsoft.Extensions.AI.Abstractions.Tests (9)