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