9 references to ERR_MainClassNotFound
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
1980diagnostics.Add(ErrorCode.ERR_MainClassNotFound, NoLocation.Singleton, mainTypeName);
Errors\ErrorFacts.cs (1)
606or ErrorCode.ERR_MainClassNotFound
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
7479Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("a")
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Emit\CompilationEmitTests.cs (2)
86Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("\"abc.X\"")); 104compilation.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.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
44053Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("E.<G>$BA41CFE2B5EDAEB8C1B9062F59ED4D69").WithLocation(1, 1));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2960case ErrorCode.ERR_MainClassNotFound: