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