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