11 references to SetPathAndReinitialize
Microsoft.NET.Sdk.StaticWebAssets.Tasks (11)
DefineStaticWebAssetEndpoints.cs (2)
252matchContext.SetPathAndReinitialize(sourceEndpoint.Route); 304matchContext.SetPathAndReinitialize(relativePath);
DefineStaticWebAssets.cs (8)
152matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(candidateMatchPath)); 170matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(relativePathCandidate)); 188matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(relativePathCandidate)); 261matchContext.SetPathAndReinitialize(relativePathCandidate); 403matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(candidate.ItemSpec)); 813matchContext.SetPathAndReinitialize(pathWithoutTokens); 823matchContext.SetPathAndReinitialize(pathWithoutTokens); 849matchContext.SetPathAndReinitialize(pathWithoutTokens);
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
16context.SetPathAndReinitialize(path);