2 references to BindIndexedPropertyAccess
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (2)
7884
return
BindIndexedPropertyAccess
(node, propertyGroup.ReceiverOpt, propertyGroup.Properties, analyzedArguments, diagnostics);
8334
var result =
BindIndexedPropertyAccess
(syntax, receiver, properties, arguments, diagnostics);