5 references to GetRawValue
System.Text.Json (5)
System\Text\Json\Document\JsonDocument.cs (3)
225return GetRawValue(0, includeQuotes: true); 769ReadOnlyMemory<byte> segment = GetRawValue(index, includeQuotes: true); 783ReadOnlyMemory<byte> segmentCopy = GetRawValue(index, includeQuotes: true).ToArray();
System\Text\Json\Document\JsonElement.cs (2)
1212return _parent.GetRawValue(_idx, includeQuotes: true); 1238return _parent.GetRawValue(_idx, includeQuotes: false).Span;