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