6 references to WRN_MainIgnored
Microsoft.CodeAnalysis.CSharp (6)
Compilation\CSharpCompilation.cs (2)
1934diagnostics.Add(ErrorCode.WRN_MainIgnored, NoLocation.Singleton, mainTypeName); 1969diagnostics.Add(ErrorCode.WRN_MainIgnored, main.GetFirstLocation(), main);
Errors\ErrorFacts.cs (2)
323case ErrorCode.WRN_MainIgnored: 596or 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);