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