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