21 references to WRN_NoSources
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCommandLineParser.cs (1)
1399AddDiagnostic(diagnostics, diagnosticOptions, ErrorCode.WRN_NoSources);
Errors\ErrorFacts.cs (2)
324case ErrorCode.WRN_NoSources: 1493or ErrorCode.WRN_NoSources
Generated\ErrorFacts.Generated.cs (1)
121case ErrorCode.WRN_NoSources:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (16)
CommandLineIVTTests.cs (1)
370Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1),
CommandLineTests.cs (15)
665Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 736Assert.Equal((int)ErrorCode.WRN_NoSources, args.Errors[1].Code); 1349Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1357Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1365Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1373Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1381Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1389Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1397Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1407Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1416Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1425Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1434Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1443Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1705Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
243Assert.Equal(2, ErrorFacts.GetWarningLevel(ErrorCode.WRN_NoSources));