19 references to CopyTo
InMemory.FunctionalTests (1)
Http3\WebTransport\WebTransportTestUtilities.cs (1)
156source.CopyTo(GetMemory());
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisEndToEnd.cs (1)
415res.Item2.CopyTo(buffer);
Microsoft.AspNetCore.WebUtilities (1)
PagedByteBuffer.cs (1)
55memory.Slice(0, copyLength).CopyTo(currentPage.AsMemory(_currentPageIndex, copyLength));
Microsoft.Data.Analysis (1)
DataFrameBuffer.cs (1)
54buffer.CopyTo(_memory);
System.IO.Compression (1)
System\IO\Compression\ZipBlocks.Async.cs (1)
200buffer[FieldLocations.DynamicData..].CopyTo(collatedHeader);
System.IO.Pipelines (1)
System\IO\Pipelines\Pipe.cs (1)
1080source.CopyTo(_writingHeadMemory);
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1745s.current.CopyTo(writeBuffer.Slice(FrameHeader.Size));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
1607preamble.CopyTo(bytes);
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.ECDsa.cs (1)
90ecPrivateKey.PrivateKey.CopyTo(d);
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
779saltMemory.CopyTo(tmpSalt);
System\Security\Cryptography\CryptoStream.cs (4)
547buffer.Slice(0, _inputBlockSize - _inputBufferIndex).CopyTo(_inputBuffer.AsMemory(_inputBufferIndex)); 557buffer.CopyTo(_inputBuffer.AsMemory(_inputBufferIndex)); 642buffer.Slice(currentInputIndex, bytesToWrite).CopyTo(_inputBuffer); 668inputBuffer.CopyTo(rentedBuffer);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
779saltMemory.CopyTo(tmpSalt);
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\BufferedConnection.cs (2)
140buffer.CopyTo(_writeBuffer.Slice(_pendingWriteSize)); 190buffer.CopyTo(_writeBuffer.Slice(_pendingWriteSize, copySize));
System\ServiceModel\Channels\FramingChannels.cs (2)
177ClientDuplexEncoder.ModeBytes.CopyTo(startBytes); 181SessionEncoder.PreambleEndBytes.CopyTo(startBytes.Slice(preambleEndOffset));