2 references to Create
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1401ulong ulongValue => JsonValue.Create(ulongValue),
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
240public static implicit operator JsonNode(ulong value) => JsonValue.Create(value);