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