1 instantiation of PocoWithNullableAnnotationAttributes
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
551Value: new() { MaybeNull = null!, AllowNull = null, NotNull = null, DisallowNull = null!, NotNullDisallowNull = "str" },
2 references to PocoWithNullableAnnotationAttributes
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
550yield return new TestData<PocoWithNullableAnnotationAttributes>( 1285[JsonSerializable(typeof(PocoWithNullableAnnotationAttributes))]