4 references to EntryPoint
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (4)
1701entryPoint = new EntryPoint(null, diagnostics.ToReadOnlyAndFree()); 1722entryPoint = new EntryPoint(entryPointMethod, diagnostics); 1729entryPoint = new EntryPoint(entryPoint.MethodSymbol, 2086public static readonly EntryPoint None = new EntryPoint(null, ImmutableBindingDiagnostic<AssemblySymbol>.Empty);