2 references to Length
System.Linq.Expressions (2)
System\Dynamic\ExpandoObject.cs (2)
242
Debug.Assert(index >= 0 && index <= _data.
Length
);
244
if (index == _data.
Length
)