5 references to BoundArrayLength
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (1)
9378
lengthOrCountAccess: new
BoundArrayLength
(node, receiverPlaceholder, int32) { WasCompilerGenerated = true },
Generated\BoundNodes.xml.Generated.cs (1)
2130
var result = new
BoundArrayLength
(this.Syntax, expression, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
956
BoundExpression arrayLength = new
BoundArrayLength
(
Lowering\LocalRewriter\LocalRewriter_PropertyAccess.cs (1)
47
return new
BoundArrayLength
(syntax, rewrittenReceiverOpt, type);
Lowering\SyntheticBoundNodeFactory.cs (1)
1161
return new
BoundArrayLength
(Syntax, array, SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Int32));