1 instantiation of PocoDisallowingUnmappedMembers
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
507
Value:
new
() { Name = "name", Age = 42 },
3 references to PocoDisallowingUnmappedMembers
Shared.Tests (3)
JsonSchemaExporter\JsonSchemaExporterTests.cs (1)
133
JsonNode schema = Options.GetJsonSchemaAsNode(typeof(TestTypes.
PocoDisallowingUnmappedMembers
));
JsonSchemaExporter\TestTypes.cs (2)
506
yield return new TestData<
PocoDisallowingUnmappedMembers
>(
1271
[JsonSerializable(typeof(
PocoDisallowingUnmappedMembers
))]