5 references to EntryPoints
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\AbstractEntryPointFinder.cs (2)
67EntryPoints.Add(symbol.ContainingType); 74EntryPoints.Add(symbol.ContainingType);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\EntryPointFinder.cs (1)
24return visitor.EntryPoints;
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
ProjectSystemShim\EntryPointFinder.vb (2)
35Return visitor.EntryPoints 43EntryPoints.Add(symbol)