1 write to end
System (1)
sys\System\IO\compression\InputBuffer.cs (1)
169
end
= offset + length;
7 references to end
System (7)
sys\System\IO\compression\InputBuffer.cs (7)
35
return(
end
- start) + (bitsInBuffer / 8);
74
if( start <
end
) {
79
if( start <
end
) {
85
if( start <
end
) {
138
int avail =
end
- start;
151
return start ==
end
;
165
Debug.Assert( start ==
end
, "");