1 write to sortArray
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\Processor.cs (1)
192
this.
sortArray
= new ArrayList();
6 references to sortArray
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\Processor.cs (6)
145
Debug.Assert(this.
sortArray
!= null, "InitSortArray() wasn't called");
146
return this.
sortArray
;
186
Debug.Assert(this.
sortArray
!= null, "InitSortArray() wasn't called");
187
this.
sortArray
.Add(sortinfo);
191
if (this.
sortArray
== null) {
195
this.
sortArray
.Clear();