Base:
method
TryGetValue<T>
System.Text.Json.Nodes.JsonValue.TryGetValue<T>(out T)
1 reference to TryGetValue
System.Text.Json (1)
System\Text\Json\Nodes\JsonValueOfJsonPrimitive.cs (1)
142if (!TryGetValue(out T? value))