5 references to WRN_MainCantBeGeneric
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilation.cs (2)
2012noMainFoundDiagnostics.Add(ErrorCode.WRN_MainCantBeGeneric, candidate.GetFirstLocation(), candidate); 2096if (diagnostic.Code == (int)ErrorCode.WRN_InvalidMainSig || diagnostic.Code == (int)ErrorCode.WRN_MainCantBeGeneric)
Errors\ErrorFacts.cs (2)
245case ErrorCode.WRN_MainCantBeGeneric: 589or ErrorCode.WRN_MainCantBeGeneric
Generated\ErrorFacts.Generated.cs (1)
31case ErrorCode.WRN_MainCantBeGeneric: