1 write to Parts
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (1)
135Parts = []
3 references to Parts
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Utils\Globbing\GlobNode.cs (1)
90public override string ToString() => string.Join("", Parts.Select(p => p.ToString()));
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
167var parts = complexSegment.Parts;
Utils\Globbing\StaticWebAssetGlobMatcherBuilder.cs (1)
138var parts = complexSegment.Parts;