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