2 references to GetEntryPoint
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCompiler.cs (1)
250var method = comp.GetEntryPoint(cancellationToken);
Compilation\CSharpCompilation.cs (1)
4513return this.GetEntryPoint(cancellationToken).GetPublicSymbol();