6 references to WRN_MainIgnored
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpCompilation.cs (2)
1941diagnostics.Add(ErrorCode.WRN_MainIgnored, NoLocation.Singleton, mainTypeName); 1976diagnostics.Add(ErrorCode.WRN_MainIgnored, main.GetFirstLocation(), main);
Errors\ErrorFacts.cs (2)
316case ErrorCode.WRN_MainIgnored: 587or ErrorCode.WRN_MainIgnored
Generated\ErrorFacts.Generated.cs (1)
154case ErrorCode.WRN_MainIgnored:
Symbols\Source\LocalFunctionSymbol.cs (1)
143addTo.Add(ErrorCode.WRN_MainIgnored, Syntax.Identifier.GetLocation(), this);