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; 237return _utf8Json.Slice(row.Location - 1, row.SizeOrLength + 2); 240return _utf8Json.Slice(row.Location, row.SizeOrLength); 246return _utf8Json.Slice(start, row.Location - start + row.SizeOrLength); 273return _utf8Json.Slice(start, end - start); 279return _utf8Json.Slice(start, end - start); 297ReadOnlySpan<byte> data = _utf8Json.Span; 350ReadOnlySpan<byte> data = _utf8Json.Span; 392return _utf8Json.Span.Slice(row.Location, row.SizeOrLength); 403ReadOnlySpan<byte> data = _utf8Json.Span; 424ReadOnlySpan<byte> data = _utf8Json.Span; 446ReadOnlySpan<byte> data = _utf8Json.Span; 468ReadOnlySpan<byte> data = _utf8Json.Span; 490ReadOnlySpan<byte> data = _utf8Json.Span; 512ReadOnlySpan<byte> data = _utf8Json.Span; 534ReadOnlySpan<byte> data = _utf8Json.Span; 556ReadOnlySpan<byte> data = _utf8Json.Span; 578ReadOnlySpan<byte> data = _utf8Json.Span; 600ReadOnlySpan<byte> data = _utf8Json.Span; 622ReadOnlySpan<byte> data = _utf8Json.Span; 644ReadOnlySpan<byte> data = _utf8Json.Span; 666ReadOnlySpan<byte> data = _utf8Json.Span; 701ReadOnlySpan<byte> data = _utf8Json.Span; 736ReadOnlySpan<byte> data = _utf8Json.Span; 815writer.WriteNumberValue(_utf8Json.Slice(row.Location, row.SizeOrLength).Span); 846writer.WriteNumberValue(_utf8Json.Slice(row.Location, row.SizeOrLength).Span); 883ReadOnlySpan<byte> text = _utf8Json.Slice(loc, length).Span; 1101if (_utf8Json.IsEmpty)
System\Text\Json\Document\JsonDocument.TryGetProperty.cs (1)
141ReadOnlySpan<byte> documentSpan = _utf8Json.Span;