2 references to FindEntryPoints
Microsoft.VisualStudio.LanguageServices.CSharp (2)
ProjectSystemShim\CSharpEntryPointFinderService.cs (1)
26=> EntryPointFinder.FindEntryPoints(symbol);
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (1)
125var entryPoints = EntryPointFinder.FindEntryPoints(compilation.SourceModule.GlobalNamespace);