57 references to Write
mscorlib (5)
system\reflection\emit\customattributebuilder.cs (3)
407
writer.
Write
((uint)value);
443
writer.
Write
((uint)0xffffffff);
479
writer.
Write
((uint)value);
system\resources\resourcewriter.cs (1)
639
writer.
Write
((UInt32) value);
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (1)
155
dataWriter.
Write
(value);
PresentationBuildTasks (8)
Core\CSharp\MS\internal\Media\XamlSerializationHelper.cs (3)
213
writer.
Write
( ( uint ) point3Ds.Count ) ;
248
writer.
Write
( ( uint ) points.Count ) ;
283
writer.
Write
( ( uint ) points.Count ) ;
Framework\System\Windows\Markup\BamlRecords.cs (4)
2629
bamlBinaryWriter.
Write
(uintValue);
5412
bamlBinaryWriter.
Write
(LineNumber);
5413
bamlBinaryWriter.
Write
(LinePosition);
5488
bamlBinaryWriter.
Write
(LinePosition);
Framework\System\Windows\Markup\XamlBrushSerializer.cs (1)
136
writer.
Write
((uint)knownColor);
PresentationCore (7)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
149
bw.
Write
(data[i]);
247
bw.
Write
(data);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
570
bw.
Write
(da.RasterOperation);
Core\CSharp\MS\Internal\Media\XamlSerializationHelper.cs (3)
213
writer.
Write
( ( uint ) point3Ds.Count ) ;
248
writer.
Write
( ( uint ) points.Count ) ;
283
writer.
Write
( ( uint ) points.Count ) ;
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (1)
121
writer.
Write
((uint)knownColor);
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlRecords.cs (4)
2629
bamlBinaryWriter.
Write
(uintValue);
5412
bamlBinaryWriter.
Write
(LineNumber);
5413
bamlBinaryWriter.
Write
(LinePosition);
5488
bamlBinaryWriter.
Write
(LinePosition);
System (4)
security\system\security\cryptography\x509\x509certificate2.cs (4)
224
bw.
Write
(CAPI.CALG_DSS_SIGN); // pPubKeyStruc->aiKeyAlg = CALG_DSS_SIGN;
227
bw.
Write
(CAPI.DSS_MAGIC); // pCspPubKey->magic = DSS_MAGIC; We are constructing a DSS1 Csp blob.
228
bw.
Write
(cbKey * 8); // pCspPubKey->bitlen = cbKey * 8;
269
bw.
Write
(0xFFFFFFFF);
System.Web (2)
Util\altserialization.cs (2)
110
writer.
Write
((UInt32) value);
141
writer.
Write
((UInt32)v.ToUInt32());
WindowsBase (27)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (3)
300
writer.
Write
(_blockHeaderToken); // token
301
writer.
Write
((UInt32)bytesRead);
302
writer.
Write
((UInt32)compressedSize);
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (7)
119
writer.
Write
(_signatureConstant);
124
writer.
Write
(_lastModFileDateTime);
125
writer.
Write
(_crc32);
126
writer.
Write
(_compressedSize);
127
writer.
Write
(_uncompressedSize);
133
writer.
Write
(_externalFileAttributes);
134
writer.
Write
(_relativeOffsetOfLocalHeader);
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (3)
92
writer.
Write
(_signatureConstant);
97
writer.
Write
(_sizeOfTheCentralDirectory);
98
writer.
Write
(_offsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber);
Base\MS\Internal\IO\Zip\ZipIOExtraFieldZip64Element.cs (1)
153
writer.
Write
(_diskNumber);
Base\MS\Internal\IO\Zip\ZipIOLocalFileDataDescriptor.cs (2)
158
writer.
Write
(_signatureConstant); // this is apparently optional, but omitting it causes wzzip to complain
159
writer.
Write
(_crc32);
Base\MS\Internal\IO\Zip\ZipIOLocalFileHeader.cs (5)
145
writer.
Write
(_signatureConstant);
149
writer.
Write
(_lastModFileDateTime);
150
writer.
Write
(_crc32);
151
writer.
Write
(_compressedSize);
152
writer.
Write
(_uncompressedSize);
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (3)
86
writer.
Write
(_signatureConstant);
90
writer.
Write
(_numberOfThisDisk);
91
writer.
Write
(_numberOfTheDiskWithTheStartOfTheCentralDirectory);
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (3)
89
writer.
Write
(_signatureConstant);
90
writer.
Write
(_numberOfTheDiskWithTheStartOfZip64EndOfCentralDirectory);
92
writer.
Write
(_totalNumberOfDisks);