4 writes to _attributes
System.Xaml (4)
System\Xaml\Parser\XamlScanner.cs (4)
591
_attributes
= list;
704
_attributes
= new List<XamlAttribute>();
743
_attributes
= null;
824
_attributes
= null;
14 references to _attributes
System.Xaml (14)
System\Xaml\Parser\XamlScanner.cs (14)
628
if (
_attributes
is null)
648
foreach (XamlAttribute attr in
_attributes
)
661
foreach (XamlAttribute attr in
_attributes
)
709
_attributes
.AddRange(ctorDirectivesList);
714
_attributes
.AddRange(otherDirectivesList);
721
_attributes
.Add(nameAttribute);
727
_attributes
.AddRange(otherPropertiesList);
733
for (int i =
_attributes
.Count - 1; i >= 0; i--)
735
if (KS.Eq(
_attributes
[i].Name.ScopedName, XamlLanguage.Uid.Name))
737
_attributes
.RemoveAt(i);
741
if (
_attributes
.Count == 0)
749
get { return
_attributes
is not null; }
754
XamlAttribute attr =
_attributes
[_nextAttribute++];
822
if (_nextAttribute >=
_attributes
.Count)