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