4 references to ERR_OptionMustBeAbsolutePath
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1671case ErrorCode.ERR_OptionMustBeAbsolutePath:
Errors\MessageProvider.cs (1)
230public override int ERR_OptionMustBeAbsolutePath => (int)ErrorCode.ERR_OptionMustBeAbsolutePath;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\CompilationAPITests.cs (2)
245Diagnostic(ErrorCode.ERR_OptionMustBeAbsolutePath).WithArguments("CryptoKeyFile").WithLocation(1, 1), 266Diagnostic(ErrorCode.ERR_OptionMustBeAbsolutePath).WithArguments("CryptoKeyFile").WithLocation(1, 1),