3 references to TryGetContextualAttributeBinder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
1482var contextualAttributeBinder = TryGetContextualAttributeBinder(this);
Binder\Binder_Symbols.cs (1)
2776var contextualAttributeBinder = TryGetContextualAttributeBinder(this);
Binder\LocalBinderFactory.cs (1)
289var contextualAttributeBinder = Binder.TryGetContextualAttributeBinder(current);