4 references to RequiresArrayRange
System.Core (4)
Microsoft\Scripting\Actions\ExpandoObject.cs (3)
356ContractUtils.RequiresArrayRange(array, arrayIndex, _expandoCount, "arrayIndex", "Count"); 482ContractUtils.RequiresArrayRange(array, arrayIndex, _expandoCount, "arrayIndex", "Count"); 637ContractUtils.RequiresArrayRange(array, arrayIndex, _count, "arrayIndex", "Count");
Microsoft\Scripting\Compiler\StackSpiller.Temps.cs (1)
232ContractUtils.RequiresArrayRange(_expressions, first, count, "first", "last");