7 instantiations of SimplePoco
Microsoft.Extensions.AI.Abstractions.Tests (7)
test\Shared\JsonSchemaExporter\TestTypes.cs (7)
140Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 141AdditionalValues: [new() { String = "str", StringNullable = null }], 521Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 522AdditionalValues: [new() { String = "str", StringNullable = null }], 829["one"] = new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 830["two"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true }, 831["three"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true },
5 references to SimplePoco
Microsoft.Extensions.AI.Abstractions.Tests (5)
test\Shared\JsonSchemaExporter\TestTypes.cs (5)
139yield return new TestData<SimplePoco>( 520yield return new TestData<SimplePoco>( 826yield return new TestData<Dictionary<string, SimplePoco>>( 1253[JsonSerializable(typeof(SimplePoco))] 1296[JsonSerializable(typeof(Dictionary<string, SimplePoco>))]