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)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (2)
147CompilerPathUtilities.RequireAbsolutePath(originalPath, nameof(originalPath)); 224CompilerPathUtilities.RequireAbsolutePath(originalPath, nameof(originalPath));
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
1046CompilerPathUtilities.RequireAbsolutePath(fullPath, nameof(fullPath));
Workspace\Solution\FileTextLoader.cs (1)
49CompilerPathUtilities.RequireAbsolutePath(path, "path");