Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
3 overrides of Write
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
619
public override void
Write
(byte[] buffer, int offset, int count)
System (2)
net\System\Net\Cache\IERequestCache.cs (1)
846
public override void
Write
(byte[] buffer, int offset, int count)
net\System\Net\filewebrequest.cs (1)
615
public override void
Write
(byte[] buffer, int offset, int size) {
20 references to Write
mscorlib (7)
system\io\file.cs (1)
981
fs.
Write
(bytes, 0, bytes.Length);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2389
fs.
Write
(b, 0, (int)s.Length);
system\io\isolatedstorage\isolatedstoragefilestream.cs (5)
505
m_fs.
Write
(buffer, 0, (int)rem);
527
m_fs.
Write
(buffer, 0, allign);
534
m_fs.
Write
(buffer, 0, s_BlockSize);
539
m_fs.
Write
(buffer, 0, (int) (rem & ((ulong)s_BlockSize - 1)));
637
m_fs.
Write
(buffer, offset, count);
PresentationCore (2)
Core\CSharp\System\Windows\Input\Cursor.cs (2)
280
fileStream.
Write
(cursorData, 0 /*index in array*/, BUFFERSIZE /*bytes to write*/);
284
fileStream.
Write
(cursorData, 0 /*index in array*/, dataSize /*bytes to write*/);
System (2)
net\System\Net\Cache\IERequestCache.cs (1)
857
base.
Write
(buffer, offset, count);
net\System\Net\filewebrequest.cs (1)
618
base.
Write
(buffer, offset, size);
System.AddIn (1)
System\Addin\Hosting\AddInStore.cs (1)
1039
s.
Write
(cache.GetBuffer(), 0, (int) cache.Length);
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
390
m_fs.
Write
(buffer, offset, count);
System.Drawing (1)
commonui\System\Drawing\Image.cs (1)
621
fs.
Write
(rawData, 0, rawData.Length);
System.Web (1)
Configuration\RemoteWebConfigurationHostServer.cs (1)
109
tempFileStream.
Write
(data, 0, data.Length);
System.Web.DataVisualization (4)
WebForm\General\ChartHttpHandler.cs (4)
215
_controllerFileStream.
Write
(data, 0, data.Length);
1531
stream.
Write
(data, 0, data.Length);
1535
stream.
Write
(privacyData, 0, privacyData.Length);
1537
stream.
Write
(_privacyMarker, 0, _privacyMarker.Length);
System.Web.Extensions (1)
ClientServices\ConnectivityStatus.cs (1)
51
fs.
Write
(new byte[0], 0, 0);