5 references to GetRawValue
System.Text.Json (5)
System\Text\Json\Document\JsonDocument.cs (3)
222return GetRawValue(0, includeQuotes: true); 766ReadOnlyMemory<byte> segment = GetRawValue(index, includeQuotes: true); 780ReadOnlyMemory<byte> segmentCopy = GetRawValue(index, includeQuotes: true).ToArray();
System\Text\Json\Document\JsonElement.cs (2)
1206return _parent.GetRawValue(_idx, includeQuotes: true); 1232return _parent.GetRawValue(_idx, includeQuotes: false).Span;