1 instantiation of PocoWithExtensionDataProperty
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
503
Value:
new
() { Name = "name", ExtensionData = new() { ["x"] = 42 } },
2 references to PocoWithExtensionDataProperty
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
502
yield return new TestData<
PocoWithExtensionDataProperty
>(
1270
[JsonSerializable(typeof(
PocoWithExtensionDataProperty
))]