4 writes to _attributes
System.Xaml (4)
System\Xaml\Parser\XamlScanner.cs (4)
584
_attributes
= list;
692
_attributes
= new List<XamlAttribute>();
730
_attributes
= null;
810
_attributes
= null;
14 references to _attributes
System.Xaml (14)
System\Xaml\Parser\XamlScanner.cs (14)
619
if (
_attributes
== null)
639
foreach (XamlAttribute attr in
_attributes
)
652
foreach (XamlAttribute attr in
_attributes
)
697
_attributes
.AddRange(ctorDirectivesList);
702
_attributes
.AddRange(otherDirectivesList);
709
_attributes
.Add(nameAttribute);
715
_attributes
.AddRange(otherPropertiesList);
721
for (int i =
_attributes
.Count - 1; i >= 0; i--)
723
if (KS.Eq(
_attributes
[i].Name.ScopedName, XamlLanguage.Uid.Name))
725
_attributes
.RemoveAt(i);
728
if (
_attributes
.Count == 0)
736
get { return
_attributes
!= null; }
741
XamlAttribute attr =
_attributes
[_nextAttribute++];
808
if (_nextAttribute >=
_attributes
.Count)