1 override of TryGetValue
System.Text.Json (1)
System\Text\Json\Nodes\JsonValueOfT.cs (1)
38
public override bool
TryGetValue
<T>([NotNullWhen(true)] out T value)
3 references to TryGetValue
System.Text.Json (3)
System\Text\Json\Nodes\JsonNode.cs (1)
189
/// <seealso cref="System.Text.Json.Nodes.JsonValue.
TryGetValue
"></seealso>
System\Text\Json\Nodes\JsonValueOfTPrimitive.cs (1)
32
if (otherNode is JsonValue otherValue && otherValue.
TryGetValue
(out TValue? v))
System\Text\Json\Serialization\JsonSerializer.Read.HandleMetadata.cs (1)
466
jsonValue.
TryGetValue
(out string? value) &&