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