2 references to Create
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1402
float floatValue => JsonValue.
Create
(floatValue),
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
185
public static implicit operator JsonNode(float value) => JsonValue.
Create
(value);