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