4 references to WillBeComponentized
Microsoft.AspNetCore.OpenApi (4)
Extensions\JsonNodeSchemaExtensions.cs (3)
179var schemaAttribute = schema.WillBeComponentized() 496if (schema.WillBeComponentized() && 510if (schema.WillBeComponentized() &&
Services\Schemas\OpenApiSchemaService.cs (1)
118var isInlinedSchema = !schema.WillBeComponentized();