4 references to CanBeAdded
Microsoft.CodeAnalysis (1)
Binding\AbstractLookupSymbolsInfo.cs (1)
286Debug.Assert(CanBeAdded(name));
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Lookup.cs (1)
1587if (!info.CanBeAdded(name))
Binder\WithCrefTypeParametersBinder.cs (1)
148Debug.Assert(!result.CanBeAdded(typeParameter.Name) || originalBinder.CanAddLookupSymbolInfo(typeParameter, options, result, null));
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Lookup.vb (1)
282If Not nameSet.CanBeAdded(sym.Name) Then