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