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