3 references to PathHasFolder
dotnet-svcutil-lib (1)
Shared\ProjectPropertyResolver.cs (1)
206.Where(f => PathHelper.PathHasFolder(f, new string[] { targetFramework }, projectDir))
dotnet-svcutil-lib.Tests (2)
TestInit.cs (2)
363.Where(f => !PathHelper.PathHasFolder(f, excludeDirs, this_TestCaseBaselinesDir)).Where(f => !f.ToLower().EndsWith("nuget.config")).ToList(); 372.Where(f => !PathHelper.PathHasFolder(f, excludeDirs, this_TestCaseOutputDir))