4 references to WillBeComponentized
Microsoft.AspNetCore.OpenApi (4)
Extensions\JsonNodeSchemaExtensions.cs (3)
180var schemaAttribute = schema.WillBeComponentized() 577if (schema.WillBeComponentized() && 591if (schema.WillBeComponentized() &&
Services\Schemas\OpenApiSchemaService.cs (1)
130var isInlinedSchema = !schema.WillBeComponentized();