6 instantiations of ClassWithOptionalObjectParameter
Microsoft.Extensions.AI.Abstractions.Tests (6)
test\Shared\JsonSchemaExporter\TestTypes.cs (6)
689
Value:
new
(value: null),
690
AdditionalValues: [
new
(true),
new
(42),
new
(""),
new
(new object()),
new
(Array.Empty<int>())],
2 references to ClassWithOptionalObjectParameter
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
688
yield return new TestData<
ClassWithOptionalObjectParameter
>(
1294
[JsonSerializable(typeof(
ClassWithOptionalObjectParameter
))]