3 references to WritePrimitiveType
BinaryFormatTests (1)
FormatTests\FormattedObject\PrimitiveTypeTests.cs (1)
146
=>
WritePrimitiveType
(writer, type, value);
System.Private.Windows.Core (2)
System\Private\Windows\BinaryFormat\Serializer\ClassRecord.cs (1)
71
WritePrimitiveType
(writer, (PrimitiveType)memberTypeInfo[i].Info!, memberValue!);
System\Private\Windows\BinaryFormat\Serializer\MemberPrimitiveTyped.cs (1)
49
WritePrimitiveType
(writer, PrimitiveType, Value);