1 write to _attributeList
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (1)
577
_attributeList
= record.AttributeList;
15 references to _attributeList
System.Private.Xml (15)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (15)
191
return ((BuilderInfo)
_attributeList
![ordinal]!).Value;
206
return ((BuilderInfo)
_attributeList
![ordinal]!).Value;
572
[MemberNotNull(nameof(
_attributeList
))]
605
Debug.Assert(0 <= attrib && attrib <
_attributeList
!.Count);
606
Debug.Assert(
_attributeList
[attrib] is BuilderInfo);
609
_currentInfo = (BuilderInfo)
_attributeList
[attrib]!;
617
Debug.Assert(
_attributeList
![attrib] is BuilderInfo);
619
return (BuilderInfo)
_attributeList
[attrib]!;
629
Debug.Assert(
_attributeList
![index] is BuilderInfo);
631
BuilderInfo attribute = (BuilderInfo)
_attributeList
[index]!;
649
Debug.Assert(
_attributeList
![index] is BuilderInfo);
651
BuilderInfo attribute = (BuilderInfo)
_attributeList
[index]!;
677
Debug.Assert(_attributeCount == 0 ||
_attributeList
!= null);
679
Debug.Assert((_currentIndex == -1) || (_currentInfo == _attributeValue ||
_attributeList
![_currentIndex] is BuilderInfo &&
_attributeList
[_currentIndex] == _currentInfo));