Base:
method
Write
System.IO.Stream.Write(System.ReadOnlySpan<System.Byte>)
1 override of Write
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
283
public override void
Write
(System.ReadOnlySpan<byte> buffer)
9 references to Write
BuildValidator (1)
CompilationDiff.cs (1)
367
tempFile.
Write
(span);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ResponseCachingTests.cs (1)
29
file.
Write
(new byte[30000]);
Microsoft.VisualBasic.Forms.Tests (1)
System\Windows\TestUtilities\VbFileCleanupTestBase.vb (1)
53
destinationStream.
Write
(New Byte(size - 1) {})
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
285
_fs.
Write
(buffer);
System.Net.Quic (2)
src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (2)
56
s_fileStream.
Write
(data);
123
s_fileStream!.
Write
(line);
System.Net.Security (2)
src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (2)
56
s_fileStream.
Write
(data);
123
s_fileStream!.
Write
(line);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
593
currentFile.
Write
(_dataBuf.AsSpan());