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