20 references to WRN_NoSources
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCommandLineParser.cs (1)
1386AddDiagnostic(diagnostics, diagnosticOptions, ErrorCode.WRN_NoSources);
Errors\ErrorFacts.cs (2)
311case ErrorCode.WRN_NoSources: 1432case ErrorCode.WRN_NoSources:
Generated\ErrorFacts.Generated.cs (1)
121case ErrorCode.WRN_NoSources:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (15)
CommandLineTests.cs (15)
608Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 679Assert.Equal((int)ErrorCode.WRN_NoSources, args.Errors[1].Code); 1306Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1314Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1322Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1330Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1338Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1346Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1354Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1364Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1373Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1382Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1391Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1400Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1), 1662Diagnostic(ErrorCode.WRN_NoSources).WithLocation(1, 1),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
243Assert.Equal(2, ErrorFacts.GetWarningLevel(ErrorCode.WRN_NoSources));