26 references to imports
System.Data.SqlXml (26)
System\Xml\Xsl\XsltOld\Stylesheet.cs (26)
59internal ArrayList Imports { get { return this.imports ; } } 96if (this.imports != null) { 97for (int importIndex = this.imports.Count - 1; importIndex >= 0; importIndex --) { 98Stylesheet stylesheet = (Stylesheet) this.imports[importIndex]; 117if (this.imports != null) { 118for (int importIndex = this.imports.Count - 1; importIndex >= 0; importIndex --) { 119Stylesheet stylesheet = (Stylesheet) this.imports[importIndex]; 201if (this.imports != null) { 202for (int importIndex = this.imports.Count - 1; importIndex >= 0; importIndex --) { 203Debug.Assert(this.imports[importIndex] is Stylesheet); 204Stylesheet stylesheet = (Stylesheet) this.imports[importIndex]; 237if (this.imports != null) { 238for (int importIndex = this.imports.Count - 1; importIndex >= 0; importIndex --) { 239Stylesheet stylesheet = (Stylesheet) this.imports[importIndex]; 280if (this.imports != null) { 281for (int importIndex = this.imports.Count - 1; importIndex >= 0; importIndex --) { 282Debug.Assert(this.imports[importIndex] is Stylesheet); 283Stylesheet stylesheet = (Stylesheet) this.imports[importIndex]; 343if (action == null && this.imports != null) { 344for (int importIndex = this.imports.Count - 1; importIndex >= 0; importIndex --) { 345Debug.Assert(this.imports[importIndex] is Stylesheet); 346Stylesheet stylesheet = (Stylesheet) this.imports[importIndex]; 371if (this.imports != null) { 372for (int importIndex = this.imports.Count - 1; importIndex >= 0; importIndex --) { 373Debug.Assert(this.imports[importIndex] is Stylesheet); 374Stylesheet stylesheet = (Stylesheet) this.imports[importIndex];