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