4 writes to _attributes
System.Xaml (4)
System\Xaml\Parser\XamlScanner.cs (4)
592
_attributes
= list;
705
_attributes
= new List<XamlAttribute>();
744
_attributes
= null;
825
_attributes
= null;
14 references to _attributes
System.Xaml (14)
System\Xaml\Parser\XamlScanner.cs (14)
629
if (
_attributes
is null)
649
foreach (XamlAttribute attr in
_attributes
)
662
foreach (XamlAttribute attr in
_attributes
)
710
_attributes
.AddRange(ctorDirectivesList);
715
_attributes
.AddRange(otherDirectivesList);
722
_attributes
.Add(nameAttribute);
728
_attributes
.AddRange(otherPropertiesList);
734
for (int i =
_attributes
.Count - 1; i >= 0; i--)
736
if (KS.Eq(
_attributes
[i].Name.ScopedName, XamlLanguage.Uid.Name))
738
_attributes
.RemoveAt(i);
742
if (
_attributes
.Count == 0)
750
get { return
_attributes
is not null; }
755
XamlAttribute attr =
_attributes
[_nextAttribute++];
823
if (_nextAttribute >=
_attributes
.Count)