1 instantiation of RecordWithOptionalParameters
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
205
Value:
new
(1, "two", true, 3.14, StringEnum.A),
2 references to RecordWithOptionalParameters
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
204
yield return new TestData<
RecordWithOptionalParameters
>(
1256
[JsonSerializable(typeof(
RecordWithOptionalParameters
))]