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)
619if (_attributes == null) 639foreach (XamlAttribute attr in _attributes) 652foreach (XamlAttribute attr in _attributes) 697_attributes.AddRange(ctorDirectivesList); 702_attributes.AddRange(otherDirectivesList); 709_attributes.Add(nameAttribute); 715_attributes.AddRange(otherPropertiesList); 721for (int i = _attributes.Count - 1; i >= 0; i--) 723if (KS.Eq(_attributes[i].Name.ScopedName, XamlLanguage.Uid.Name)) 725_attributes.RemoveAt(i); 728if (_attributes.Count == 0) 736get { return _attributes != null; } 741XamlAttribute attr = _attributes[_nextAttribute++]; 808if (_nextAttribute >= _attributes.Count)