1 write to _withParametersBinder
Microsoft.CodeAnalysis.CSharp (1)
Binder\NameofBinder.cs (1)
36_withParametersBinder = withParametersBinder;
4 references to _withParametersBinder
Microsoft.CodeAnalysis.CSharp (4)
Binder\NameofBinder.cs (4)
63if (_withParametersBinder is not null && IsNameofOperator) 65_withParametersBinder.LookupSymbolsInSingleBinder(result, name, arity, basesBeingResolved, options, originalBinder, diagnose, ref useSiteInfo); 94if (_withParametersBinder is not null && IsNameofOperator) 96_withParametersBinder.AddLookupSymbolsInfoInSingleBinder(info, options, originalBinder);