6 references to WRN_MainIgnored
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpCompilation.cs (2)
2013diagnostics.Add(ErrorCode.WRN_MainIgnored, NoLocation.Singleton, mainTypeName); 2055diagnostics.Add(ErrorCode.WRN_MainIgnored, main.GetFirstLocation(), main);
Errors\ErrorFacts.cs (2)
331case ErrorCode.WRN_MainIgnored: 606or ErrorCode.WRN_MainIgnored
Generated\ErrorFacts.Generated.cs (1)
153case ErrorCode.WRN_MainIgnored:
Symbols\Source\LocalFunctionSymbol.cs (1)
152addTo.Add(ErrorCode.WRN_MainIgnored, location, this);