1 write to ComplexGlobSegments
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (1)
137
current.
ComplexGlobSegments
??= [complexSegment];
9 references to ComplexGlobSegments
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
Utils\Globbing\GlobNode.cs (1)
38
return LiteralsDictionary?.Count > 0 || ExtensionsDictionary?.Count > 0 ||
ComplexGlobSegments
?.Count > 0 || WildCard != null || RecursiveWildCard != null;
Utils\Globbing\StaticWebAssetGlobMatcher.cs (8)
166
var complexSegment = node.
ComplexGlobSegments
[complexSegmentIndex];
172
if (complexSegmentIndex + 1 < node.
ComplexGlobSegments
.Count)
388
if (Node.
ComplexGlobSegments
!= null && Node.
ComplexGlobSegments
.Count > 0)
407
if (Node.
ComplexGlobSegments
!= null && Node.
ComplexGlobSegments
.Count > 0)
464
if (node.
ComplexGlobSegments
!= null && node.
ComplexGlobSegments
.Count > 0)