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