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