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