3 references to CopyBytes
System.Web (3)
HttpInputStream.cs (2)
207
CopyBytes
(offset, result, 0, length);
406
_data.
CopyBytes
(_offset + _pos, buffer, offset, numBytes);
MultipartContentParser.cs (1)
190
_data.
CopyBytes
(_lineStart, lineBytes, 0, _lineLength);