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