3 references to Create
Aspire.Hosting.Azure.Tests (2)
AzureEventHubsExtensionsTests.cs (1)
423
document["Custom"] = JsonValue.
Create
(42);
AzureServiceBusExtensionsTests.cs (1)
621
document["Custom"] = JsonValue.
Create
(42);
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
141
public static implicit operator JsonNode(int value) => JsonValue.
Create
(value);