2 references to GetJsonSchemaAsNode
dotnet (1)
CliSchema.cs (1)
94var node = s_jsonContext.RootCommandDetails.GetJsonSchemaAsNode(new JsonSchemaExporterOptions());
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
34return typeInfo.GetJsonSchemaAsNode(exporterOptions);