2 references to Create
Aspire.Dashboard (1)
Otlp\Model\OtlpHelpers.cs (1)
116
AnyValue.ValueOneofCase.IntValue => JsonValue.
Create
(value.IntValue),
System.Text.Json (1)
System\Text\Json\Nodes\JsonNode.Operators.cs (1)
155
public static implicit operator JsonNode(long value) => JsonValue.
Create
(value);