5 references to AbsolutePathExpected
Microsoft.CodeAnalysis (5)
FileSystem\CompilerPathUtilities.cs (1)
20
throw new ArgumentException(Microsoft.CodeAnalysis.CodeAnalysisResources.
AbsolutePathExpected
, argumentName);
SourceFileResolver.cs (1)
49
throw new ArgumentException(CodeAnalysisResources.
AbsolutePathExpected
, nameof(baseDirectory));
SourceGeneration\GeneratorDriverOptions.cs (1)
47
throw new ArgumentException(message: CodeAnalysisResources.
AbsolutePathExpected
, nameof(baseDirectory));
StrongName\DesktopStrongNameProvider.cs (1)
58
throw new ArgumentException(CodeAnalysisResources.
AbsolutePathExpected
, nameof(keyFileSearchPaths));
XmlFileResolver.cs (1)
26
throw new ArgumentException(CodeAnalysisResources.
AbsolutePathExpected
, nameof(baseDirectory));