1 write to _segments
Microsoft.AspNetCore.JsonPatch (1)
Internal\ParsedPath.cs (1)
24_segments = ParsePath(path);
5 references to _segments
Microsoft.AspNetCore.JsonPatch (5)
Internal\ParsedPath.cs (5)
31if (_segments == null || _segments.Length == 0) 36return _segments[_segments.Length - 1]; 40public IReadOnlyList<string> Segments => _segments;