10 references to WriteByte
mscorlib (1)
system\runtime\interopservices\marshal.cs (1)
643
WriteByte
(ptr, 0, val);
System (1)
net\System\Net\_ListenerResponseStream.cs (1)
171
Marshal.
WriteByte
(pBufferAsIntPtr, i, (byte)chunkHeader[i]);
System.Data (7)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
374
Marshal.
WriteByte
(ptr, offset, value);
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
2351
Marshal.
WriteByte
(pNtAuthority, 4, 0);
2352
Marshal.
WriteByte
(pNtAuthority, 5, SECURITY_NT_AUTHORITY);
2394
Marshal.
WriteByte
(pSecurityDescriptor, i, (byte)0);
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (3)
1086
Marshal.
WriteByte
(ptr, cbOffset, asciiName[i]);
1092
Marshal.
WriteByte
(ptr, cbOffset, 0);
1100
Marshal.
WriteByte
(ptr, cbOffset, transactionContext[i]);
WindowsBase (1)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (1)
745
Marshal.
WriteByte
(pszVal, nLen, 0); //Put the string terminator null at the end of the array.