2 writes to _utf8Json
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (2)
53_utf8Json = utf8Json; 70_utf8Json = ReadOnlyMemory<byte>.Empty;
29 references to _utf8Json
System.Text.Json (29)
System\Text\Json\Document\JsonDocument.cs (28)
63int length = _utf8Json.Length; 240return _utf8Json.Slice(row.Location - 1, row.SizeOrLength + 2); 243return _utf8Json.Slice(row.Location, row.SizeOrLength); 249return _utf8Json.Slice(start, row.Location - start + row.SizeOrLength); 276return _utf8Json.Slice(start, end - start); 282return _utf8Json.Slice(start, end - start); 300ReadOnlySpan<byte> data = _utf8Json.Span; 353ReadOnlySpan<byte> data = _utf8Json.Span; 395return _utf8Json.Span.Slice(row.Location, row.SizeOrLength); 406ReadOnlySpan<byte> data = _utf8Json.Span; 427ReadOnlySpan<byte> data = _utf8Json.Span; 449ReadOnlySpan<byte> data = _utf8Json.Span; 471ReadOnlySpan<byte> data = _utf8Json.Span; 493ReadOnlySpan<byte> data = _utf8Json.Span; 515ReadOnlySpan<byte> data = _utf8Json.Span; 537ReadOnlySpan<byte> data = _utf8Json.Span; 559ReadOnlySpan<byte> data = _utf8Json.Span; 581ReadOnlySpan<byte> data = _utf8Json.Span; 603ReadOnlySpan<byte> data = _utf8Json.Span; 625ReadOnlySpan<byte> data = _utf8Json.Span; 647ReadOnlySpan<byte> data = _utf8Json.Span; 669ReadOnlySpan<byte> data = _utf8Json.Span; 704ReadOnlySpan<byte> data = _utf8Json.Span; 739ReadOnlySpan<byte> data = _utf8Json.Span; 818writer.WriteNumberValue(_utf8Json.Slice(row.Location, row.SizeOrLength).Span); 849writer.WriteNumberValue(_utf8Json.Slice(row.Location, row.SizeOrLength).Span); 886ReadOnlySpan<byte> text = _utf8Json.Slice(loc, length).Span; 1104if (_utf8Json.IsEmpty)
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (1)
141ReadOnlySpan<byte> documentSpan = _utf8Json.Span;