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