8 references to Write
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (2)
1229m_bw.Write(ch) 1906m_bw.Write(CharType.FromObject(obj))
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
198bw.Write(data); 923writer.Write((char)value);
System.Private.Windows.Core (2)
System\IO\BinaryReaderExtensions.cs (1)
287writer.Write((char)(object)values[i]);
System\Private\Windows\BinaryFormat\Serializer\Record.cs (1)
34writer.Write((char)value);
System.Resources.Extensions (1)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (1)
365bw.Write("PAD"[i % 3]);
System.Resources.Writer (1)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (1)
365bw.Write("PAD"[i % 3]);