26 references to _imports
System.Private.Xml (26)
System\Xml\Xsl\XsltOld\Stylesheet.cs (26)
62
internal ArrayList Imports { get { return
_imports
; } }
108
if (
_imports
!= null)
110
for (int importIndex =
_imports
.Count - 1; importIndex >= 0; importIndex--)
112
Stylesheet stylesheet = (Stylesheet)
_imports
[importIndex]!;
136
if (
_imports
!= null)
138
for (int importIndex =
_imports
.Count - 1; importIndex >= 0; importIndex--)
140
Stylesheet stylesheet = (Stylesheet)
_imports
[importIndex]!;
226
if (
_imports
!= null)
228
for (int importIndex =
_imports
.Count - 1; importIndex >= 0; importIndex--)
230
Debug.Assert(
_imports
[importIndex] is Stylesheet);
231
Stylesheet? stylesheet = (Stylesheet?)
_imports
[importIndex];
271
if (
_imports
!= null)
273
for (int importIndex =
_imports
.Count - 1; importIndex >= 0; importIndex--)
275
Stylesheet stylesheet = (Stylesheet)
_imports
[importIndex]!;
316
if (
_imports
!= null)
318
for (int importIndex =
_imports
.Count - 1; importIndex >= 0; importIndex--)
320
Debug.Assert(
_imports
[importIndex] is Stylesheet);
321
Stylesheet? stylesheet = (Stylesheet?)
_imports
[importIndex];
384
if (action == null &&
_imports
!= null)
386
for (int importIndex =
_imports
.Count - 1; importIndex >= 0; importIndex--)
388
Debug.Assert(
_imports
[importIndex] is Stylesheet);
389
Stylesheet? stylesheet = (Stylesheet?)
_imports
[importIndex];
416
if (
_imports
!= null)
418
for (int importIndex =
_imports
.Count - 1; importIndex >= 0; importIndex--)
420
Debug.Assert(
_imports
[importIndex] is Stylesheet);
421
Stylesheet? stylesheet = (Stylesheet?)
_imports
[importIndex];