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