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