3 references to GetJsonSchemaAsNode
dotnet (1)
CliSchema.cs (1)
94
var node = s_jsonContext.RootCommandDetails.
GetJsonSchemaAsNode
(new JsonSchemaExporterOptions());
dotnet-aot (1)
src\sdk\src\Cli\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);