3 references to Length
mscorlib (3)
system\threading\CancellationTokenSource.cs (3)
780for (int i = currArrayFragment.Length - 1; i >= 0; i--) 1102int c = curr.Length; 1160Contract.Assert(index >= 0 && index < source.Length);