17 references to ERR_OutputNeedsName
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1651AddDiagnostic(diagnostics, ErrorCode.ERR_OutputNeedsName);
Errors\ErrorFacts.cs (1)
1176case ErrorCode.ERR_OutputNeedsName:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (15)
CommandLineTests.cs (15)
610Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1) 680Assert.Equal((int)ErrorCode.ERR_OutputNeedsName, args.Errors[2].Code); 1308Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1316Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1324Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1332Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1340Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1348Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1356Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1366Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1375Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1384Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1393Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1402Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1664Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)