3 overrides of WRN_NoConfigNotOnCommandLine
Microsoft.CodeAnalysis.CSharp (1)
Errors\MessageProvider.cs (1)
174
public override int
WRN_NoConfigNotOnCommandLine
=> (int)ErrorCode.WRN_NoConfigNotOnCommandLine;
Microsoft.CodeAnalysis.Test.Utilities (1)
Mocks\TestMessageProvider.cs (1)
93
public override int
WRN_NoConfigNotOnCommandLine
Microsoft.CodeAnalysis.VisualBasic (1)
Errors\MessageProvider.vb (1)
213
Public Overrides ReadOnly Property
WRN_NoConfigNotOnCommandLine
As Integer
1 reference to WRN_NoConfigNotOnCommandLine
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
663
diagnostics.Add(Diagnostic.Create(_messageProvider, _messageProvider.
WRN_NoConfigNotOnCommandLine
));