2 references to IsChildPath
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
139
if (!PathUtilities.
IsChildPath
(projectDir, namespaceDeclaration.SyntaxTree.FilePath))
PathUtilities.cs (1)
549
if (
IsChildPath
(directory, fullPath))