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