1 write to Y
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiSchemaService\OpenApiSchemaService.ResponseSchemas.cs (1)
350
static Point? GetNullablePoint() => Random.Shared.Next() < 0.5 ? new Point { X = 10,
Y
= 20 } : null;