9 references to SetPathAndReinitialize
Microsoft.NET.Sdk.StaticWebAssets.Tasks (7)
DefineStaticWebAssetEndpoints.cs (1)
205matchContext.SetPathAndReinitialize(relativePath);
DefineStaticWebAssets.cs (5)
136matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(candidateMatchPath)); 154matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(relativePathCandidate)); 172matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(relativePathCandidate)); 255matchContext.SetPathAndReinitialize(relativePathCandidate); 350matchContext.SetPathAndReinitialize(StaticWebAssetPathPattern.PathWithoutTokens(candidate.ItemSpec));
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
16context.SetPathAndReinitialize(path);
Microsoft.NET.Sdk.StaticWebAssets.Tests (2)
StaticWebAssets\ContentTypeProviderTests.cs (1)
44ctx.SetPathAndReinitialize(v);
StaticWebAssets\FingerprintPatternMatcherTest.cs (1)
86context.SetPathAndReinitialize(path);