6 instantiations of SimplePoco
Microsoft.Extensions.AI.Abstractions.Tests (6)
test\Shared\JsonSchemaExporter\TestTypes.cs (6)
136Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 153Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 515Value: new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 821["one"] = new() { String = "string", StringNullable = "string", Int = 42, Double = 3.14, Boolean = true }, 822["two"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true }, 823["three"] = new() { String = "string", StringNullable = null, Int = 42, Double = 3.14, Boolean = true },
4 references to SimplePoco
Microsoft.Extensions.AI.Abstractions.Tests (4)
test\Shared\JsonSchemaExporter\TestTypes.cs (4)
135yield return new TestData<SimplePoco>( 152yield return new TestData<SimplePoco>( 514yield return new TestData<SimplePoco>( 818yield return new TestData<Dictionary<string, SimplePoco>>(