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