7 references to namespaceList
System.Data.SqlXml (7)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (7)
520attribute.Initialize((BuilderInfo)this.namespaceList[i]); 629if (this.namespaceCount >= this.namespaceList.Count) { 630Debug.Assert(this.namespaceCount == this.namespaceList.Count); 631this.namespaceList.Add(new BuilderInfo()); 639Debug.Assert(this.namespaceList[index] != null && this.namespaceList[index] is BuilderInfo); 641BuilderInfo ns = (BuilderInfo) this.namespaceList[index];