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