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