18 references to ERR_OutputNeedsName
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1665AddDiagnostic(diagnostics, ErrorCode.ERR_OutputNeedsName);
Errors\ErrorFacts.cs (1)
1238or ErrorCode.ERR_OutputNeedsName
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (16)
CommandLineIVTTests.cs (1)
371Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)
CommandLineTests.cs (15)
667Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1) 737Assert.Equal((int)ErrorCode.ERR_OutputNeedsName, args.Errors[2].Code); 1351Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1359Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1367Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1375Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1383Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1391Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1399Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1409Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1418Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1427Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1436Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1445Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)); 1707Diagnostic(ErrorCode.ERR_OutputNeedsName).WithLocation(1, 1)