2 references to Create
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1394byte byteValue => JsonValue.Create(byteValue),
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
29public static implicit operator JsonNode(byte value) => JsonValue.Create(value);