7 instantiations of SimplePoco
Microsoft.Extensions.AI.Abstractions.Tests (7)
test\Shared\JsonSchemaExporter\TestTypes.cs (7)
152Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 153AdditionalValues: [new() { String = "str", StringNullable = null }], 533Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 534AdditionalValues: [new() { String = "str", StringNullable = null }], 841["one"] = new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 842["two"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true }, 843["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)
151yield return new TestData<SimplePoco>( 532yield return new TestData<SimplePoco>( 838yield return new TestData<Dictionary<string, SimplePoco>>( 1266[JsonSerializable(typeof(SimplePoco))] 1309[JsonSerializable(typeof(Dictionary<string, SimplePoco>))]