11 references to SetPathAndReinitialize
Microsoft.NET.Sdk.StaticWebAssets.Tasks (11)
DefineStaticWebAssetEndpoints.cs (2)
259matchContext.SetPathAndReinitialize(sourceEndpoint.Route); 311matchContext.SetPathAndReinitialize(relativePath);
DefineStaticWebAssets.cs (8)
156matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(candidateMatchPath)); 174matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(relativePathCandidate)); 192matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(relativePathCandidate)); 265matchContext.SetPathAndReinitialize(relativePathCandidate); 408matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(candidate.ItemSpec)); 818matchContext.SetPathAndReinitialize(pathWithoutTokens); 828matchContext.SetPathAndReinitialize(pathWithoutTokens); 854matchContext.SetPathAndReinitialize(pathWithoutTokens);
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
16context.SetPathAndReinitialize(path);