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