1 instantiation of JsonSchemaGenerationContext
Microsoft.AspNetCore.OpenApi (1)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (1)
711var ctx = new JsonSchemaGenerationContext(typeInfo, parentType, propertyInfo, parameterInfo);
4 references to JsonSchemaGenerationContext
Microsoft.AspNetCore.OpenApi (4)
Extensions\JsonObjectSchemaExtensions.cs (2)
268/// <param name="context">The <see cref="JsonSchemaGenerationContext"/> associated with the current type.</param> 269internal static void ApplyPolymorphismOptions(this JsonObject schema, JsonSchemaGenerationContext context)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (1)
711var ctx = new JsonSchemaGenerationContext(typeInfo, parentType, propertyInfo, parameterInfo);
Schemas\JsonSchemaMapper\JsonSchemaMapperConfiguration.cs (1)
74public Action<JsonSchemaGenerationContext, JsonObject>? OnSchemaGenerated { get; init; }