2 references to Create
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1395
sbyte sbyteValue => JsonValue.
Create
(sbyteValue),
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
170
public static implicit operator JsonNode(sbyte value) => JsonValue.
Create
(value);