3 references to TryGetContextualAttributeBinder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (1)
1459
var contextualAttributeBinder =
TryGetContextualAttributeBinder
(this);
Binder\Binder_Symbols.cs (1)
2691
var contextualAttributeBinder =
TryGetContextualAttributeBinder
(this);
Binder\LocalBinderFactory.cs (1)
290
var contextualAttributeBinder = Binder.
TryGetContextualAttributeBinder
(current);