8 overrides of Write
System.Private.Windows.Core (8)
System\Private\Windows\Core\BinaryFormat\ArraySingleObject.cs (1)
28private protected override void Write(BinaryWriter writer)
System\Private\Windows\Core\BinaryFormat\ArraySinglePrimitive.cs (1)
34private protected override void Write(BinaryWriter writer)
System\Private\Windows\Core\BinaryFormat\ArraySingleString.cs (1)
30private protected override void Write(BinaryWriter writer)
System\Private\Windows\Core\BinaryFormat\ClassWithId.cs (1)
47private protected override void Write(BinaryWriter writer)
System\Private\Windows\Core\BinaryFormat\ClassWithMembersAndTypes.cs (1)
43private protected override void Write(BinaryWriter writer)
System\Private\Windows\Core\BinaryFormat\MemberPrimitiveTyped.cs (1)
45private protected override void Write(BinaryWriter writer)
System\Private\Windows\Core\BinaryFormat\MemberReference.cs (1)
24private protected override void Write(BinaryWriter writer)
System\Private\Windows\Core\BinaryFormat\SystemClassWithMembersAndTypes.cs (1)
38private protected override void Write(BinaryWriter writer)
1 reference to Write
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Record.cs (1)
126void IWritableRecord.Write(BinaryWriter writer) => Write(writer);