1 write to TransformSchemaNode
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.Create.cs (1)
265TransformSchemaNode = TransformSchemaNode,
3 references to TransformSchemaNode
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (2)
264Debug.Assert(options.TransformSchemaNode != null, "context should only be populated if a callback is present."); 266return options.TransformSchemaNode(context, schema);
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
434if (state.ExporterOptions.TransformSchemaNode != null)