4 writes to _attributes
System.Xaml (4)
System\Xaml\Parser\XamlScanner.cs (4)
581
_attributes
= list;
689
_attributes
= new List<XamlAttribute>();
727
_attributes
= null;
807
_attributes
= null;
14 references to _attributes
System.Xaml (14)
System\Xaml\Parser\XamlScanner.cs (14)
616
if (
_attributes
is null)
636
foreach (XamlAttribute attr in
_attributes
)
649
foreach (XamlAttribute attr in
_attributes
)
694
_attributes
.AddRange(ctorDirectivesList);
699
_attributes
.AddRange(otherDirectivesList);
706
_attributes
.Add(nameAttribute);
712
_attributes
.AddRange(otherPropertiesList);
718
for (int i =
_attributes
.Count - 1; i >= 0; i--)
720
if (KS.Eq(
_attributes
[i].Name.ScopedName, XamlLanguage.Uid.Name))
722
_attributes
.RemoveAt(i);
725
if (
_attributes
.Count == 0)
733
get { return
_attributes
is not null; }
738
XamlAttribute attr =
_attributes
[_nextAttribute++];
805
if (_nextAttribute >=
_attributes
.Count)