2 writes to _nextRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
888set { _nextRecord = value ; } 942record._nextRecord = _nextRecord;
2 references to _nextRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
887get { return _nextRecord; } 942record._nextRecord = _nextRecord;