1 write to TransformSchemaNode
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
59
TransformSchemaNode
= (context, schema) =>
2 references to 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);