1 write to whitespaceList
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
73
this.
whitespaceList
= new ArrayList();
10 references to whitespaceList
System.Data.SqlXml (10)
System\Xml\Xsl\XsltOld\Stylesheet.cs (10)
78
this.
whitespaceList
.Add(elem);
83
for (int i= 0; i < this.
whitespaceList
.Count ; i++ ) {
84
for(int j = this.
whitespaceList
.Count - 1; j > i; j--) {
86
elem1 = (WhitespaceElement) this.
whitespaceList
[j - 1];
87
elem2 = (WhitespaceElement) this.
whitespaceList
[j];
89
this.
whitespaceList
[j - 1] = elem2;
90
this.
whitespaceList
[j] = elem1;
109
if (this.
whitespaceList
!= null) {
110
for (int i = this.
whitespaceList
.Count - 1; 0 <= i; i --) {
111
WhitespaceElement elem = (WhitespaceElement) this.
whitespaceList
[i];