1 instantiation of PocoDisallowingUnmappedMembers
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
519
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)
518
yield return new TestData<
PocoDisallowingUnmappedMembers
>(
1284
[JsonSerializable(typeof(
PocoDisallowingUnmappedMembers
))]