3 writes to _rootList
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (3)
101
_rootList
= new ArrayList(1);
120
_rootList
= new ArrayList(1);
157
set {
_rootList
= value; }
1 reference to _rootList
PresentationFramework (1)
System\Windows\Markup\BamlRecordReader.cs (1)
156
get { return
_rootList
; }