6 instantiations of MemberReference
PresentationCore (6)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (5)
246
new
MemberReference
(2),
281
new
MemberReference
(2),
376
new
MemberReference
(2),
481
new
MemberReference
(2),
482
new
MemberReference
(3)).Write(writer);
System\Windows\BinaryFormat\StringRecordsCollection.cs (1)
39
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)
9
/// Helper to create and track records for <see cref="BinaryObjectString"/> and <see cref="
MemberReference
"/>
15
private readonly Dictionary<int,
MemberReference
> _memberReferences = new();
34
if (_memberReferences.TryGetValue(id, out
MemberReference
? memberReference))
39
MemberReference
reference = new(id);