5 references to UnknownSize
System.Text.Json (5)
System\Text\Json\Document\JsonDocument.cs (2)
976database.Append(tokenType, tokenStart, DbRow.UnknownSize); 1007database.Append(tokenType, tokenStart, DbRow.UnknownSize);
System\Text\Json\Document\JsonDocument.DbRow.cs (2)
39internal bool IsUnknownSize => _sizeOrLengthUnion == UnknownSize; 60Debug.Assert(sizeOrLength >= UnknownSize);
System\Text\Json\Document\JsonDocument.MetadataDb.cs (1)
221(length == DbRow.UnknownSize));