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