3 references to Create
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1404decimal decimalValue => JsonValue.Create(decimalValue),
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
645var value = JsonValue.Create(123.456m);
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
85public static implicit operator JsonNode(decimal value) => JsonValue.Create(value);