6 references to _segments
Microsoft.CodeAnalysis.CodeStyle (6)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SyntaxPath.cs (6)
51
_segments
.TrimExcess();
73
_segments
.Add(new PathSegment(ordinal, nodeOrToken.RawKind));
96
foreach (var segment in
_segments
)
172
_segments
.SequenceEqual(other.
_segments
, static (x, y) => x.Equals(y));
182
foreach (var segment in
_segments
)