5 references to CompilerPathUtilities
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (2)
137
CompilerPathUtilities
.RequireAbsolutePath(fullPath, nameof(fullPath));
163
CompilerPathUtilities
.RequireAbsolutePath(originalAnalyzerPath, nameof(originalAnalyzerPath));
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
55
CompilerPathUtilities
.RequireAbsolutePath(fullPath, nameof(fullPath));
SourceFileResolver.cs (1)
115
CompilerPathUtilities
.RequireAbsolutePath(resolvedPath, nameof(resolvedPath));
XmlFileResolver.cs (1)
81
CompilerPathUtilities
.RequireAbsolutePath(resolvedPath, nameof(resolvedPath));