3 references to BoundImplicitIndexerAccess
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
9374
return new
BoundImplicitIndexerAccess
(
9927
implicitIndexerAccess = new
BoundImplicitIndexerAccess
(
Generated\BoundNodes.xml.Generated.cs (1)
7501
var result = new
BoundImplicitIndexerAccess
(this.Syntax, receiver, argument, lengthOrCountAccess, receiverPlaceholder, indexerOrSliceAccess, argumentPlaceholders, type, this.HasErrors);