16 references to IsReparsePoint
aspire (5)
Bundles\BundleService.cs (3)
501
targets[dir] = ReparsePoint.
IsReparsePoint
(linkPath) ? ReparsePoint.GetTarget(linkPath) : null;
527
if (Directory.Exists(linkPath) && !ReparsePoint.
IsReparsePoint
(linkPath))
693
if (!ReparsePoint.
IsReparsePoint
(linkPath))
Utils\ReparsePoint.cs (2)
65
if (Exists(linkPath) && !
IsReparsePoint
(linkPath))
525
if (!
IsReparsePoint
(path))
Aspire.Cli.Tests (11)
BundleServiceIntegrationTests.cs (3)
59
Assert.True(ReparsePoint.
IsReparsePoint
(bundleLink), "bundle/ should be a reparse point");
374
Assert.True(ReparsePoint.
IsReparsePoint
(bundleLink), "bundle/ should be a reparse point under the tool RID directory");
438
Assert.True(ReparsePoint.
IsReparsePoint
(bundleLink),
Layout\LayoutDiscoveryReparsePointTests.cs (1)
111
Assert.True(ReparsePoint.
IsReparsePoint
(bundleLink));
Utils\ReparsePointTests.cs (7)
25
Assert.True(ReparsePoint.
IsReparsePoint
(link));
59
Assert.True(ReparsePoint.
IsReparsePoint
(link));
100
Assert.False(ReparsePoint.
IsReparsePoint
(dir));
107
Assert.False(ReparsePoint.
IsReparsePoint
(Path.Combine(workspace.WorkspaceRoot.FullName, "nope")));
221
Assert.True(ReparsePoint.
IsReparsePoint
(link));
371
Assert.True(ReparsePoint.
IsReparsePoint
(link));
449
Assert.True(ReparsePoint.
IsReparsePoint
(link));