3 references to EntryPoint
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (3)
1915
entryPoint = new
EntryPoint
(null, diagnostics.ToReadOnlyAndFree());
1936
entryPoint = new
EntryPoint
(entryPointMethod, diagnostics);
2320
public static readonly EntryPoint None = new
EntryPoint
(null, ReadOnlyBindingDiagnostic<AssemblySymbol>.Empty);