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