2 references to GetJsonSchemaAsNode
Shared.Tests (1)
JsonSchemaExporter\JsonSchemaExporterTests.cs (1)
143
Assert.Throws<ArgumentNullException>(() => ((JsonTypeInfo)null!).
GetJsonSchemaAsNode
());
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
34
return typeInfo.
GetJsonSchemaAsNode
(exporterOptions);