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