2 references to FindIndexOfFirstUnsetSizeOrLength
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (2)
984
int rowIndex = database.
FindIndexOfFirstUnsetSizeOrLength
(JsonTokenType.StartObject);
1015
int rowIndex = database.
FindIndexOfFirstUnsetSizeOrLength
(JsonTokenType.StartArray);