8 references to ERR_MainClassNotFound
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
1768diagnostics.Add(ErrorCode.ERR_MainClassNotFound, NoLocation.Singleton, mainTypeName);
Errors\ErrorFacts.cs (1)
564case ErrorCode.ERR_MainClassNotFound:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
7258Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("a")
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Emit\CompilationEmitTests.cs (2)
85Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("\"abc.X\"")); 103compilation.VerifyDiagnostics(Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("\"решения.X\""));
Emit\EntryPointTests.cs (2)
835Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("D")); 1472Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("d"));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2922case ErrorCode.ERR_MainClassNotFound: