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)
31
if (
_segments
== null ||
_segments
.Length == 0)
36
return
_segments
[
_segments
.Length - 1];
40
public IReadOnlyList<string> Segments =>
_segments
;