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