2 references to ParseArrayIndex
Aspire.Hosting (2)
Dcp\JsonPatch.cs (2)
228JsonArray jsonArray => jsonArray[ParseArrayIndex(segment, jsonArray.Count, allowEnd: false)] 268var index = ParseArrayIndex(indexText, target.Count, allowEnd: operation == "add");