2 references to Length
System.Core (2)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
222
Debug.Assert(index >= 0 && index <= _data.
Length
);
224
if (index == _data.
Length
) {