2 overrides of WRN_NoConfigNotOnCommandLine
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
166public override int WRN_NoConfigNotOnCommandLine => (int)ErrorCode.WRN_NoConfigNotOnCommandLine;
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMessageProvider.cs (1)
93public override int WRN_NoConfigNotOnCommandLine
1 reference to WRN_NoConfigNotOnCommandLine
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
664diagnostics.Add(Diagnostic.Create(_messageProvider, _messageProvider.WRN_NoConfigNotOnCommandLine));