1 write to _segments
Microsoft.AspNetCore.JsonPatch (1)
Internal\ParsedPath.cs (1)
23
_segments
= ParsePath(PathHelpers.NormalizePath(path));
5 references to _segments
Microsoft.AspNetCore.JsonPatch (5)
Internal\ParsedPath.cs (5)
30
if (
_segments
== null ||
_segments
.Length == 0)
35
return
_segments
[
_segments
.Length - 1];
39
public IReadOnlyList<string> Segments =>
_segments
;