5 references to ERR_NoOutputDirectory
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1422AddDiagnostic(diagnostics, ErrorCode.ERR_NoOutputDirectory);
Errors\ErrorFacts.cs (1)
1987case ErrorCode.ERR_NoOutputDirectory:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
472Diagnostic(ErrorCode.ERR_NoOutputDirectory).WithLocation(1, 1) 486Diagnostic(ErrorCode.ERR_NoOutputDirectory).WithLocation(1, 1) 500Diagnostic(ErrorCode.ERR_NoOutputDirectory).WithLocation(1, 1)