1 write to _withParametersBinder
Microsoft.CodeAnalysis.CSharp (1)
Binder\NameofBinder.cs (1)
32_withParametersBinder = withParametersBinder;
4 references to _withParametersBinder
Microsoft.CodeAnalysis.CSharp (4)
Binder\NameofBinder.cs (4)
55if (_withParametersBinder is not null && IsNameofOperator) 57_withParametersBinder.LookupSymbolsInSingleBinder(result, name, arity, basesBeingResolved, options, originalBinder, diagnose, ref useSiteInfo); 86if (_withParametersBinder is not null && IsNameofOperator) 88_withParametersBinder.AddLookupSymbolsInfoInSingleBinder(info, options, originalBinder);