3 references to GetAttributeBinder
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertySymbolBase.cs (1)
474
Binder rootBinder =
GetAttributeBinder
(indexerNameAttributeLists, DeclaringCompilation);
Symbols\Symbol_Attributes.cs (2)
545
var binder =
GetAttributeBinder
(attributeListSyntaxList, DeclaringCompilation, rootBinder);
641
var binder =
GetAttributeBinder
(attributeDeclarationSyntaxList, compilation, rootBinderOpt);