7 references to CompilerPathUtilities
Microsoft.CodeAnalysis.Features (3)
Emit\CompilationOutputFiles.cs (2)
26CompilerPathUtilities.RequireAbsolutePath(assemblyFilePath, nameof(assemblyFilePath)); 31CompilerPathUtilities.RequireAbsolutePath(pdbFilePath, nameof(pdbFilePath));
Emit\CompilationOutputFilesWithImplicitPdbPath.cs (1)
26CompilerPathUtilities.RequireAbsolutePath(assemblyFilePath, nameof(assemblyFilePath));
Microsoft.CodeAnalysis.Workspaces (4)
AnalyzerAssemblyLoader.cs (2)
72CompilerPathUtilities.RequireAbsolutePath(fullPath, nameof(fullPath)); 96CompilerPathUtilities.RequireAbsolutePath(originalAnalyzerPath, nameof(originalAnalyzerPath));
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
883CompilerPathUtilities.RequireAbsolutePath(fullPath, nameof(fullPath));
Workspace\Solution\FileTextLoader.cs (1)
51CompilerPathUtilities.RequireAbsolutePath(path, "path");