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