1 write to Value
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\Serializer\BinaryObjectString.cs (1)
27
Value
= value;
6 references to Value
System.Private.Windows.Core (6)
System\Private\Windows\Core\BinaryFormat\Serializer\ArraySingleString.StringListAdapter.cs (1)
25
? stringRecord.
Value
System\Private\Windows\Core\BinaryFormat\Serializer\BinaryObjectString.cs (5)
34
writer.Write(
Value
);
39
|| (obj is BinaryObjectString bos && bos.ObjectId == ObjectId && bos.
Value
==
Value
);
41
public override int GetHashCode() => HashCode.Combine(ObjectId,
Value
);
42
public override string ToString() =>
Value
;