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