2 references to IsChildPath
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\MatchFolderAndNamespace\AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
141if (!PathUtilities.IsChildPath(projectDir, namespaceDeclaration.SyntaxTree.FilePath))
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
550if (IsChildPath(directory, fullPath))