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