Implemented interface member:
method
FindEntryPoints
Microsoft.VisualStudio.LanguageServices.Implementation.ProjectSystem.IEntryPointFinderService.FindEntryPoints(Microsoft.CodeAnalysis.Compilation, System.Boolean)
1 override of FindEntryPoints
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpEntryPointFinderService.cs (1)
19
public override IEnumerable<INamedTypeSymbol>
FindEntryPoints
(Compilation compilation, bool findFormsOnly)