2 references to NameofBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\ContextualAttributeBinder.cs (1)
16/// This binder is also needed when a <see cref="NameofBinder"/> introduces type parameters to a scope within an attribute.
Binder\LocalBinderFactory.cs (1)
235var possibleNameofBinder = new NameofBinder(argumentExpression, _enclosing, withTypeParametersBinder, withParametersBinder);