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