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