5 references to IsUnderDirectory
aspire (3)
Projects\ProjectLocator.cs (3)
907.Where(c => IsUnderDirectory(c.AppHostFile, directory)) 919.Where(c => IsUnderDirectory(c.AppHostFile, directory)) 948if (searchResults.UnsupportedProjects.Any(file => IsUnderDirectory(file, directory)))
Aspire.Cli.Tests (2)
Projects\ProjectLocatorTests.cs (2)
2614var result = ProjectLocator.IsUnderDirectory(file, directory); 2633Assert.True(ProjectLocator.IsUnderDirectory(appHostFile, new DirectoryInfo(symlinkDirectory)));