3 references to Create
Aspire.Dashboard (1)
Otlp\Model\OtlpHelpers.cs (1)
124
AnyValue.ValueOneofCase.IntValue => JsonValue.
Create
(value.IntValue),
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
435
var value = JsonValue.
Create
(9223372036854775807L);
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
155
public static implicit operator JsonNode(long value) => JsonValue.
Create
(value);