2 references to GetReducedAndFilteredMethodGroupSymbols
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundExpressionExtensions.cs (1)
182
symbols.AddRange(CSharpSemanticModel.
GetReducedAndFilteredMethodGroupSymbols
(binder, (BoundMethodGroup)node));
Compilation\CSharpSemanticModel.cs (1)
4263
memberGroup =
GetReducedAndFilteredMethodGroupSymbols
(binder, boundNode);