6 instantiations of ClassWithOptionalObjectParameter
Shared.Tests (6)
JsonSchemaExporter\TestTypes.cs (6)
677
Value:
new
(value: null),
678
AdditionalValues: [
new
(true),
new
(42),
new
(""),
new
(new object()),
new
(Array.Empty<int>())],
2 references to ClassWithOptionalObjectParameter
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
676
yield return new TestData<
ClassWithOptionalObjectParameter
>(
1281
[JsonSerializable(typeof(
ClassWithOptionalObjectParameter
))]