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