1 write to _singleGlobstarIndex
Microsoft.Build.Framework (1)
Globbing\MSBuildPathMatcher.cs (1)
124
_singleGlobstarIndex
= singleGlobstarIndex;
7 references to _singleGlobstarIndex
Microsoft.Build.Framework (7)
Globbing\MSBuildPathMatcher.cs (7)
309
if (
_singleGlobstarIndex
== 0)
324
if (
_singleGlobstarIndex
== _directoryPatterns.Length - 1)
326
for (int patternIndex = 0; patternIndex <
_singleGlobstarIndex
; patternIndex++)
349
for (int patternIndex = 0; patternIndex <
_singleGlobstarIndex
; patternIndex++)
362
int suffixSegmentCount = _directoryPatterns.Length -
_singleGlobstarIndex
- 1;
363
int remainingPathSegmentCount = pathSegmentCount -
_singleGlobstarIndex
;
380
_singleGlobstarIndex
+ suffixIndex + 1))