9 references to ERR_MainClassNotFound
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
1953diagnostics.Add(ErrorCode.ERR_MainClassNotFound, NoLocation.Singleton, mainTypeName);
Errors\ErrorFacts.cs (1)
606or ErrorCode.ERR_MainClassNotFound
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
7468Diagnostic(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)
38719Diagnostic(ErrorCode.ERR_MainClassNotFound).WithArguments("E.<>E__0").WithLocation(1, 1));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2960case ErrorCode.ERR_MainClassNotFound: