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