5 references to LockFileMatcher
dotnet (3)
ToolPackage\ToolPackageInstance.cs (3)
125
?.Where(t =>
LockFileMatcher
.MatchesDirectoryPath(t, PackagedShimsDirectoryConvention));
142
PackagedShims = library?.ToolsAssemblies?.Where(l =>
LockFileMatcher
.MatchesDirectoryPath(l, $"{PackagedShimsDirectoryConvention}/{mostFitRuntimeIdentifier}"))
214
?.SingleOrDefault(t =>
LockFileMatcher
.MatchesFile(t, targetRelativeFilePath));
Microsoft.DotNet.PackageInstall.Tests (2)
LockFileMatcherTests.cs (2)
21
LockFileMatcher
.MatchesFile(new LockFileItem(pathInLockFileItem), targetRelativeFilePath)
36
LockFileMatcher
.MatchesDirectoryPath(new LockFileItem(pathInLockFileItem), targetRelativeFilePath)