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)
193var complexSegment = node.ComplexGlobSegments[complexSegmentIndex]; 199if (complexSegmentIndex + 1 < node.ComplexGlobSegments.Count) 422if (Node.ComplexGlobSegments != null && Node.ComplexGlobSegments.Count > 0) 441if (Node.ComplexGlobSegments != null && Node.ComplexGlobSegments.Count > 0) 498if (node.ComplexGlobSegments != null && node.ComplexGlobSegments.Count > 0)