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