13 references to CanAddLookupSymbolInfo
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\Binder_Lookup.vb (3)
543
If binder.
CanAddLookupSymbolInfo
(sym, options, nameSet, Nothing) Then
2130
If binder.
CanAddLookupSymbolInfo
(sym, options, nameSet, accessThroughType) Then
2138
If binder.
CanAddLookupSymbolInfo
(sym, options, nameSet, accessThroughType) Then
Binding\BlockBaseBinder.vb (1)
94
If originalBinder.
CanAddLookupSymbolInfo
(localSymbol, options, nameSet, Nothing) Then
Binding\DocumentationCommentCrefBinder_TypeParameters.vb (1)
48
If originalBinder.
CanAddLookupSymbolInfo
(typeParameter, options, nameSet, Nothing) Then
Binding\DocumentationCommentParamBinder.vb (1)
83
If originalBinder.
CanAddLookupSymbolInfo
(parameter, options, nameSet, Nothing) Then
Binding\DocumentationCommentTypeParamBinder.vb (1)
65
If originalBinder.
CanAddLookupSymbolInfo
(typeParameter, options, nameSet, Nothing) Then
Binding\ImplicitVariableBinder.vb (1)
236
If originalBinder.
CanAddLookupSymbolInfo
(localSymbol, options, nameSet, Nothing) Then
Binding\MethodTypeParametersBinder.vb (1)
62
If originalBinder.
CanAddLookupSymbolInfo
(typeParameter, options, nameSet, Nothing) Then
Binding\NamedTypeBinder.vb (1)
119
If originalBinder.
CanAddLookupSymbolInfo
(tp, options, nameSet, Nothing) Then
Binding\SubOrFunctionBodyBinder.vb (1)
86
If originalBinder.
CanAddLookupSymbolInfo
(param, options, nameSet, Nothing) Then
Symbols\NamespaceOrTypeSymbol.vb (1)
236
Return originalBinder.
CanAddLookupSymbolInfo
(method, options, nameSet, accessThroughType:=method.ContainingType)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Binders\ParametersAndLocalsBinder.vb (1)
102
If originalBinder.
CanAddLookupSymbolInfo
(symbol, options, nameSet, Nothing) Then