3 references to AppendSymbolsWithNameAndArity
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpSemanticModel.cs (3)
1719this.AppendSymbolsWithNameAndArity(results, name, arity, binder, container, options);
1725this.AppendSymbolsWithNameAndArity(results, name, 0, binder, container, options);
4106AppendSymbolsWithNameAndArity(symbols, WellKnownMemberNames.Indexer, 0, binder, type, LookupOptions.MustBeInstance);