Base:
method
GetSymbolsWithName
Microsoft.CodeAnalysis.Compilation.GetSymbolsWithName(System.String, Microsoft.CodeAnalysis.SymbolFilter, System.Threading.CancellationToken)
1 reference to GetSymbolsWithName
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
1588For Each candidate In Me.GetSymbolsWithName(WellKnownMemberNames.EntryPointMethodName, SymbolFilter.Member, cancellationToken)