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