4 references to EntryPoint
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (4)
1879entryPoint = new EntryPoint(null, diagnostics.ToReadOnlyAndFree()); 1900entryPoint = new EntryPoint(entryPointMethod, diagnostics); 1907entryPoint = new EntryPoint(entryPoint.MethodSymbol, 2288public static readonly EntryPoint None = new EntryPoint(null, ReadOnlyBindingDiagnostic<AssemblySymbol>.Empty);