6 references to CopyStreamChunk
Mono.Cecil (6)
Mono.Cecil.Cil\PortablePdb.cs (2)
331 CryptoService.CopyStreamChunk (writer.BaseStream, final_stream.value, buffer, (int)writer.BaseStream.Length); 482 CryptoService.CopyStreamChunk (writer.BaseStream, crypto_stream, buffer, (int)writer.BaseStream.Length);
Mono.Security.Cryptography\CryptoService.cs (4)
102 CopyStreamChunk (stream, crypto_stream, buffer, header_size); 105 CopyStreamChunk (stream, crypto_stream, buffer, (int) strong_name_pointer - text_section_pointer); 108 CopyStreamChunk (stream, crypto_stream, buffer, (int) (stream.Length - (strong_name_pointer + strong_name_length))); 140 CopyStreamChunk (stream, crypto_stream, buffer, (int) stream.Length);