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