3 writes to TransformSchemaNode
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
57
TransformSchemaNode
= (context, schema) =>
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
772
TransformSchemaNode
= static (ctx, schema) =>
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
772
TransformSchemaNode
= static (ctx, schema) =>
3 references to TransformSchemaNode
Shared.Tests (1)
JsonSchemaExporter\JsonSchemaExporterConfigurationTests.cs (1)
18
Assert.Null(configuration.
TransformSchemaNode
);
System.Text.Json (2)
System\Text\Json\Schema\JsonSchema.cs (2)
264
Debug.Assert(options.
TransformSchemaNode
!= null, "context should only be populated if a callback is present.");
266
return options.
TransformSchemaNode
(context, schema);