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