2 references to GetEntryPoint
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3510
var entryPoint = MethodCompiler.
GetEntryPoint
(
Compiler\MethodCompiler.cs (1)
139
entryPoint =
GetEntryPoint
(compilation, moduleBeingBuiltOpt, hasDeclarationErrors, emitMethodBodies, diagnostics, cancellationToken);