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