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