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