3 instantiations of PathSegmentEnumerator
Microsoft.Build.Framework (3)
Globbing\MSBuildPathMatcher.cs (3)
230
PathSegmentEnumerator segments =
new
(relativeDirectory);
245
PathSegmentEnumerator segments =
new
(currentDirectory, directoryName);
692
PathSegmentEnumerator segments =
new
(
9 references to PathSegmentEnumerator
Microsoft.Build.Framework (9)
Globbing\MSBuildPathMatcher.cs (9)
230
PathSegmentEnumerator
segments = new(relativeDirectory);
245
PathSegmentEnumerator
segments = new(currentDirectory, directoryName);
254
ref
PathSegmentEnumerator
segments,
288
private PathMatchState MatchWithoutGlobstar(ref
PathSegmentEnumerator
segments)
307
private PathMatchState MatchSingleGlobstar(ref
PathSegmentEnumerator
segments)
342
PathSegmentEnumerator
counter = segments;
389
private PathMatchState MatchGlobstarAnchor(ref
PathSegmentEnumerator
segments)
403
ref
PathSegmentEnumerator
segments,
692
PathSegmentEnumerator
segments = new(