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