2 references to TryGetValue
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (1)
683
return JsonReaderHelper.
TryGetValue
(segment, row.HasComplexChildren, out value);
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
1311
return JsonReaderHelper.
TryGetValue
(span, ValueIsEscaped, out value);