6 instantiations of MemberReference
PresentationCore (6)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (5)
248
new
MemberReference
(2),
283
new
MemberReference
(2),
378
new
MemberReference
(2),
483
new
MemberReference
(2),
484
new
MemberReference
(3)).Write(writer);
System\Windows\BinaryFormat\StringRecordsCollection.cs (1)
41
MemberReference reference =
new
(id);
6 references to MemberReference
PresentationCore (6)
System\Windows\BinaryFormat\MemberReference.cs (2)
9
/// The <see cref="
MemberReference
"/> record contains a reference to another record that contains the actual value.
35
public static implicit operator Id(
MemberReference
value) => value.IdRef;
System\Windows\BinaryFormat\StringRecordsCollection.cs (4)
11
/// Helper to create and track records for <see cref="BinaryObjectString"/> and <see cref="
MemberReference
"/>
17
private readonly Dictionary<int,
MemberReference
> _memberReferences = new();
36
if (_memberReferences.TryGetValue(id, out
MemberReference
? memberReference))
41
MemberReference
reference = new(id);