4 references to ERR_OptionMustBeAbsolutePath
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1733or ErrorCode.ERR_OptionMustBeAbsolutePath
Errors\MessageProvider.cs (1)
222public override int ERR_OptionMustBeAbsolutePath => (int)ErrorCode.ERR_OptionMustBeAbsolutePath;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\CompilationAPITests.cs (2)
243Diagnostic(ErrorCode.ERR_OptionMustBeAbsolutePath).WithArguments("CryptoKeyFile").WithLocation(1, 1), 264Diagnostic(ErrorCode.ERR_OptionMustBeAbsolutePath).WithArguments("CryptoKeyFile").WithLocation(1, 1),