Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
3 overrides of Write
Microsoft.AspNetCore.WebUtilities.Tests (2)
FileBufferingReadStreamTests.cs (1)
639public override void Write(byte[] buffer, int offset, int count)
HttpResponseStreamWriterTest.cs (1)
816public override void Write(byte[] buffer, int offset, int count)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
97public override void Write(byte[] buffer, int offset, int count)
72 references to Write
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (2)
1086_captureStream.Write(trailBytes, 0, trailByteCount); 1088_captureStream.Write(buffer, offset, count);
Metadata\MetadaExchangeResolver.cs (1)
424memoryStream.Write(buffer, 0, idx);
Microsoft.AspNetCore.Http.Connections.Tests (6)
HttpConnectionDispatcherTests.cs (6)
216requestBody.Write(bytes, 0, bytes.Length); 586requestBody.Write(bytes, 0, bytes.Length); 650requestBody.Write(bytes, 0, bytes.Length); 2576requestBody.Write(buffer, 0, buffer.Length); 2636requestBody.Write(buffer, 0, buffer.Length); 2693requestBody.Write(buffer, 0, buffer.Length);
Microsoft.AspNetCore.Http.Tests (3)
Features\FormFeatureTests.cs (3)
621stream.Write(bytes, 0, toWrite); 641stream.Write(bytes, 0, bytes.Length); 647stream.Write(bytes, 0, bytes.Length);
Microsoft.AspNetCore.Mvc.TagHelpers (3)
Cache\DistributedCacheTagHelperService.cs (3)
170buffer.Write(keyLength, 0, keyLength.Length); 171buffer.Write(serializedKey, 0, serializedKey.Length); 172buffer.Write(value, 0, value.Length);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
TestConnection.cs (1)
218output.Write(message, 0, message.Length);
Microsoft.AspNetCore.SignalR.Common.Tests (2)
Internal\Formatters\TextMessageFormatterTests.cs (1)
20ms.Write(buffer, 0, buffer.Length);
Internal\Protocol\JsonHubProtocolTestsBase.cs (1)
507output.Write(message, 0, message.Length);
Microsoft.AspNetCore.WebUtilities.Tests (8)
FileBufferingReadStreamTests.cs (1)
642base.Write(buffer, offset, count);
HttpResponseStreamWriterTest.cs (1)
823base.Write(buffer, offset, count);
MultipartReaderTests.cs (6)
399stream.Write(bytes, 0, bytes.Length); 402stream.Write(new byte[] { 0xC1, 0x21 }, 0, 2); 405stream.Write(bytes, 0, bytes.Length); 434stream.Write(bytes, 0, bytes.Length); 437stream.Write(new byte[] { 0xED, 0xA0, 85 }, 0, 3); 440stream.Write(bytes, 0, bytes.Length);
Microsoft.DotNet.Build.Tasks.Installers (4)
src\RpmHeader.cs (4)
258storeStream.Write(binary.Array!, binary.Offset, binary.Count); 323storeStream.Write(tempBeBytes, 0, 2); 327storeStream.Write(tempBeBytes, 0, 4); 331storeStream.Write(tempBeBytes, 0, 8);
Microsoft.Extensions.Http.Diagnostics.PerformanceTests (1)
NotSeekableStream.cs (1)
46public override void Write(byte[] buffer, int offset, int count) => _innerStream.Write(buffer, offset, count);
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\Internal\NotSeekableStream.cs (1)
49public override void Write(byte[] buffer, int offset, int count) => _innerStream.Write(buffer, offset, count);
Microsoft.ML.AutoML (1)
ColumnInference\TextFileSample.cs (1)
200resultStream.Write(chunks[i], iMin, iLim - iMin);
Microsoft.ML.AutoML.Tests (2)
TextFileSampleTests.cs (2)
44stream.Write(row, 0, rowSize); 45stream.Write(eol, 0, eol.Length);
PresentationCore (2)
System\Windows\Ink\StrokeCollection.cs (1)
138ms.Write(buffer, 0, count);
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1311memStream.Write(buffer, 0, read);
Security.TransportSecurity.IntegrationTests (1)
Tcp\StreamingTests.4.1.0.cs (1)
171ms.Write(buffer, 0, bytesRead);
System.Data.Common (1)
System\Data\Common\DbDataReader.cs (1)
222bufferStream.Write(buffer, 0, (int)bytesRead);
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
618stream.Write(_iconData, (int)_bestImageOffset, (int)_bestBytesInRes);
System.Drawing.Common.Tests (3)
System\Drawing\IconTests.cs (2)
212stream.Write(bytes, 0, bytes.Length); 616stream.Write([0, 0, 1, 0, 1, 0, (byte)bitmap.Width, (byte)bitmap.Height, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0, 0], 0, 22);
System\Drawing\ImageTests.cs (1)
550stream.Write(bytes, 0, bytes.Length);
System.Net.HttpListener (8)
System\Net\Managed\HttpConnection.cs (1)
262_memoryStream!.Write(_buffer!, 0, nread);
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
274ms.Write(statusDescriptionBytes, 0, statusDescriptionBytes.Length);
System\Net\Managed\HttpResponseStream.Managed.cs (6)
72ms.Write(bytes, 0, bytes.Length); 106ms.Write(bytes, 0, bytes.Length); 181ms.Write(bytes, 0, bytes.Length); 185ms.Write(buffer, offset, new_count); 225ms.Write(bytes, 0, bytes.Length); 227ms.Write(buffer, offset, size);
System.Net.Requests (1)
System\Net\RequestBufferingStream.cs (1)
75_buffer.Write(buffer, offset, count);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (3)
503memStrDest.Write(_buffer, pos, n); 673Write(buffer, offset, count); 699Write(sourceArray.Array!, sourceArray.Offset, sourceArray.Count);
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryWriter.cs (2)
1114_captureStream.Write(trailBytes!, 0, trailByteCount); 1116_captureStream.Write(buffer, offset, count);
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\PureDataToBeSignedBuilder.cs (1)
32_stream.Write(data, offset, length);
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXmlDebugLog.cs (1)
599ms.Write(buffer, 0, readBytes);
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (1)
84ms.Write(buffer, 0, i);
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
1107bufferedStream.Write(bytes, 0, read);
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
8180utf8Stream.Write(destinationBytes, 0, bytecountEndOfHtml);
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
695_tempDownloadStream!.Write(_readBuffer!, 0, bytesRead);
System.Windows.Forms.Tests (9)
System\Windows\Forms\RichTextBoxTests.cs (9)
8568stream.Write(buffer, 0, buffer.Length); 8611stream.Write(buffer, 0, buffer.Length); 8630stream.Write(buffer, 0, buffer.Length); 8655stream.Write(buffer, 0, buffer.Length); 8698stream.Write(buffer, 0, buffer.Length); 8717stream.Write(buffer, 0, buffer.Length); 8732stream.Write(buffer, 0, buffer.Length); 8749stream.Write(buffer, 0, buffer.Length); 8802stream.Write(buffer, 0, buffer.Length);