Base:
1 override of Write
Microsoft.CodeAnalysis (1)
EmbeddedText.cs (1)
357public override void Write(byte[] array, int offset, int count)
6 references to Write
Microsoft.CodeAnalysis (1)
EmbeddedText.cs (1)
359base.Write(array, offset, count);
Microsoft.ML.FastTree (1)
Utils\StreamExtensions.cs (1)
95ds.Write(array, offset, count);
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
SymbolSearch\SymbolSearchUpdateEngineTests.vb (1)
676zipStream.Write(New Byte() {0}, 0, 1)
System.IO.Compression (2)
System\IO\Compression\GZipStream.cs (1)
123_deflateStream.Write(buffer, offset, count);
System\IO\Compression\ZLibStream.cs (1)
195_deflateStream.Write(buffer, offset, count);
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.EmbeddedPortablePdb.cs (1)
56deflate.Write(segment.Array!, segment.Offset, segment.Count);