8 references to PathWithoutTokens
Microsoft.NET.Sdk.StaticWebAssets.Tasks (8)
DefineStaticWebAssets.cs (7)
152matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(candidateMatchPath)); 170matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(relativePathCandidate)); 188matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(relativePathCandidate)); 403matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(candidate.ItemSpec)); 805var pathWithoutTokens = StaticWebAssetPathPattern.PathWithoutTokens(currentRelativePath); 867pathWithoutTokens = StaticWebAssetPathPattern.PathWithoutTokens(currentRelativePath); 874pathWithoutTokens = StaticWebAssetPathPattern.PathWithoutTokens(currentRelativePath);
ReadPackageAssetsManifest.cs (1)
120var resolvedRelativePath = StaticWebAssetPathPattern.PathWithoutTokens(asset.RelativePath);