3 references to TransformSchemaNode
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.cs (1)
472if (state.ExporterOptions.TransformSchemaNode != null)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (2)
455Debug.Assert(options.TransformSchemaNode != null, "context should only be populated if a callback is present."); 458return options.TransformSchemaNode!(context, schema);