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