2 writes to Buffer
mscorlib (2)
2 references to Buffer
mscorlib (2)
system\io\stream.cs (2)
430(stream, args, callback, state) => stream.BeginRead(args.Buffer, args.Offset, args.Count, callback, state), // cached by compiler
726(stream, args, callback, state) => stream.BeginWrite(args.Buffer, args.Offset, args.Count, callback, state), // cached by compiler