2 overrides of MatchesMainMethodName
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\EntryPointFinder.cs (1)
13protected override bool MatchesMainMethodName(string name)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
ProjectSystemShim\EntryPointFinder.vb (1)
18Protected Overrides Function MatchesMainMethodName(name As String) As Boolean
1 reference to MatchesMainMethodName
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\AbstractEntryPointFinder.cs (1)
39if (!MatchesMainMethodName(symbol.Name))