4 references to CompilerPathUtilities
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (2)
137CompilerPathUtilities.RequireAbsolutePath(fullPath, nameof(fullPath)); 163CompilerPathUtilities.RequireAbsolutePath(originalAnalyzerPath, nameof(originalAnalyzerPath));
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
969CompilerPathUtilities.RequireAbsolutePath(fullPath, nameof(fullPath));
Workspace\Solution\FileTextLoader.cs (1)
49CompilerPathUtilities.RequireAbsolutePath(path, "path");