1 write to WildCard
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (1)
221current.WildCard ??= new GlobNode();
8 references to WildCard
Microsoft.NET.Sdk.StaticWebAssets.Tasks (8)
Utils\Globbing\GlobNode.cs (2)
38return LiteralsDictionary?.Count > 0 || ExtensionsDictionary?.Count > 0 || ComplexGlobSegments?.Count > 0 || WildCard != null || RecursiveWildCard != null; 58var wildCard = WildCard != null ? "*" : string.Empty;
Utils\Globbing\StaticWebAssetGlobMatcher.cs (5)
288stateStack.Push(state.NextSegment(state.Node.WildCard)); 394if (Node.WildCard != null) 413if (Node.WildCard != null) 426if (Node.WildCard != null) 469if (node.WildCard != null)
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (1)
223current = current.WildCard;