3 references to TryGetValue
System.Text.Json (3)
System\Text\Json\Document\JsonDocument.cs (1)
683
return JsonReaderHelper.
TryGetValue
(segment, row.HasComplexChildren, out value);
System\Text\Json\Nodes\JsonValueOfJsonPrimitive.cs (1)
95
success = JsonReaderHelper.
TryGetValue
(_value.Span, isEscaped: false, out DateTimeOffset result);
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
1311
return JsonReaderHelper.
TryGetValue
(span, ValueIsEscaped, out value);