6 references to IsChildPath
Microsoft.CodeAnalysis.Features (1)
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
139
if (!PathUtilities.
IsChildPath
(projectDir, namespaceDeclaration.SyntaxTree.FilePath))
Microsoft.CodeAnalysis.Workspaces (3)
PathUtilities.cs (1)
549
if (
IsChildPath
(directory, fullPath))
Workspace\CommandLineProject.cs (2)
120
var isWithinProject = PathUtilities.
IsChildPath
(projectDirectory, absolutePath);
147
var isWithinProject = PathUtilities.
IsChildPath
(projectDirectory, absolutePath);
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\ProjectFile\ProjectFile.cs (2)
378
return GlobalAssemblyCacheLocation.RootLocations.Any(static (gloc, filePath) => PathUtilities.
IsChildPath
(gloc, filePath), filePath);
398
return PathUtilities.
IsChildPath
(FrameworkRoot, filePath);