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