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